#6CDFEE

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

Shades of Turquoise Blue #6CDFEE

Tints of Turquoise Blue #6CDFEE

Color information

#6CDFEE (or 0x6CDFEE) is unknown color: approx Turquoise Blue. HEX triplet: 6C, DF and EE. RGB value is (108,223,238). Sum of RGB (Red+Green+Blue) = 108+223+238=569 (75% of max value = 765). Red value is 108 (42.58% from 255 or 18.98% from 569); Green value is 223 (87.5% from 255 or 39.19% from 569); Blue value is 238 (93.36% from 255 or 41.83% from 569); Max value from RGB is 238 - color contains mainly: blue. Hex color #6CDFEE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6CDFEE is #932011. Grayscale: #BEBEBE. Windows color (decimal): -9642002 or 15654764. OLE color: 15654764.

HSL color Cylindrical-coordinate representation of color #6CDFEE: hue angle of 186.92º 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 #6CDFEE is Cyan = 0.55, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB108223238-
CMYK0.550.0600.07
HSL186.92º79.27%67.84%-
HSV(B)186.92º54.62%93.33%-
XYZ4862.1490.35-
YUV190.32154.969.28-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 18.98%
GREEN value IS 223 (87.5% from 255) = 39.19%
BLUE value IS 238 (93.36% from 255) = 41.83%
R=18.98%
G=39.19%
B=41.83%

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
Decimal1082232380.550.0600.07186.9279.2767.84
Hex6CDFEE37607bb4f44
Octal15433735667607273117104
Binary1101100110111111110111011011111001111011101110011111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CDFEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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