#6BDEE4

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

Shades of Turquoise Blue #6BDEE4

Tints of Turquoise Blue #6BDEE4

Color information

#6BDEE4 (or 0x6BDEE4) is unknown color: approx Turquoise Blue. HEX triplet: 6B, DE and E4. RGB value is (107,222,228). Sum of RGB (Red+Green+Blue) = 107+222+228=557 (73% of max value = 765). Red value is 107 (42.19% from 255 or 19.21% from 557); Green value is 222 (87.11% from 255 or 39.86% from 557); Blue value is 228 (89.45% from 255 or 40.93% from 557); Max value from RGB is 228 - color contains mainly: blue. Hex color #6BDEE4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BDEE4 is #94211B. Grayscale: #BCBCBC. Windows color (decimal): -9707804 or 14999147. OLE color: 14999147.

HSL color Cylindrical-coordinate representation of color #6BDEE4: hue angle of 182.98º degrees, saturation: 0.69, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6BDEE4 is Cyan = 0.53, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB107222228-
CMYK0.530.0300.11
HSL182.98º69.14%65.69%-
HSV(B)182.98º53.07%89.41%-
XYZ46.1960.9782.73-
YUV188.3150.470.01-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 19.21%
GREEN value IS 222 (87.11% from 255) = 39.86%
BLUE value IS 228 (89.45% from 255) = 40.93%
R=19.21%
G=39.86%
B=40.93%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1072222280.530.0300.11182.9869.1465.69
Hex6BDEE43530Bb74542
Octal153336344653013267105102
Binary1101011110111101110010011010111010111011011110001011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BDEE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,222,228); }

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

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

 a { background-color: rgb(107,222,228); }

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

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

 span { border-color: rgb(107,222,228); }

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