#6BDFEE

Color #6BDFEE Turquoise Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turquoise Blue #6BDFEE

Tints of Turquoise Blue #6BDFEE

Color information

#6BDFEE (or 0x6BDFEE) is unknown color: approx Turquoise Blue. HEX triplet: 6B, DF and EE. RGB value is (107,223,238). Sum of RGB (Red+Green+Blue) = 107+223+238=568 (75% of max value = 765). Red value is 107 (42.19% from 255 or 18.84% from 568); Green value is 223 (87.5% from 255 or 39.26% from 568); Blue value is 238 (93.36% from 255 or 41.90% from 568); Max value from RGB is 238 - color contains mainly: blue. Hex color #6BDFEE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6BDFEE is #942011. Grayscale: #BDBDBD. Windows color (decimal): -9707538 or 15654763. OLE color: 15654763.

HSL color Cylindrical-coordinate representation of color #6BDFEE: hue angle of 186.87º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6BDFEE is Cyan = 0.55, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB107223238-
CMYK0.550.0600.07
HSL186.87º79.39%67.65%-
HSV(B)186.87º55.04%93.33%-
XYZ47.8862.0790.35-
YUV190.03155.0768.78-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 107 (42.19% from 255) = 18.84%
GREEN value IS 223 (87.5% from 255) = 39.26%
BLUE value IS 238 (93.36% from 255) = 41.90%
R=18.84%
G=39.26%
B=41.90%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1072232380.550.0600.07186.8779.3967.65
Hex6BDFEE37607bb4f44
Octal15333735667607273117104
Binary1101011110111111110111011011111001111011101110011111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BDFEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6BDFEE; }

 p { color: rgb(107,223,238); }

 H1.HeaderClassName
 {
   color: #6BDFEE;
 }
 .AnyTagClassName
 {
   color: #6BDFEE;
 }
</style>
background-color css

<style>
 a { background-color: #6BDFEE; }

 a { background-color: rgb(107,223,238); }

 div.DivClassName
 {
   background-color: #6BDFEE;
 }
 .BgClassName
 {
   background-color: #6BDFEE;
 }
</style>
border-color css

<style>
 span { border-color: #6BDFEE; }

 span { border-color: rgb(107,223,238); }

 td.TdClassName
 {
   border-color: #6BDFEE;
 }
 .TagClassName
 {
   border-color: #6BDFEE;
 }
</style>