Html Css Color HEX #6CCEEC Turquoise Blue

📋 copy color: '#6CCEEC'

red 108 ◦ green 206 ◦ blue 236

#6CCEEC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turquoise Blue #6CCEEC

Tints of Turquoise Blue #6CCEEC

RGB

 RED value IS 108 (42.58% from 255) = 19.64%

 GREEN value IS 206 (80.86% from 255) = 37.45%

 BLUE value IS 236 (92.58% from 255) = 42.91%

R = 19.64%
G = 37.45%
B = 42.91%

CMYK

 C value IS 0.54

 M value IS 0.13

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6CCEEC (or 0x6CCEEC) is known color: Turquoise Blue. HEX triplet: 6C, CE and EC. RGB value is (108,206,236). Sum of RGB (Red+Green+Blue) = 108+206+236=550 (72% of max value = 765). Red value is 108 (42.58% from 255 or 19.64% from 550); Green value is 206 (80.86% from 255 or 37.45% from 550); Blue value is 236 (92.58% from 255 or 42.91% from 550); Max value from RGB is 236 - color contains mainly: blue. Hex color #6CCEEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6CCEEC is #933113. Grayscale: #B3B3B3. Windows color (decimal): -9646356 or 15519340. OLE color: 15519340.

HSL color Cylindrical-coordinate representation of color #6CCEEC: hue angle of 194.06º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6CCEEC is Cyan = 0.54, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 108 206 236 -
CMYK 0.54 0.13 0 0.07
HSL 194.06º 0.77% 0.67% -
HSV(B) 194.06º 0.54% 0.93% -
XYZ 43.4 53.39 87.37 -
YUV 180.12 159.53 76.56 -
System Red Green Blue C M Y K H S L
Decimal 108 206 236 0.54 0.13 0 0.07 194.06 0.77 0.67
Hex 6C CE EC 36 D 0 7 C2 4D 43
Octal 154 316 354 66 15 0 7 302 115 103
Binary 1101100 11001110 11101100 110110 1101 0 111 11000010 1001101 1000011

Color Harmonies of #6CCEEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CCEEC

Black with #6CCEEC

Text Example


Text Example

White with #6CCEEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,206,236); }

 H1.HeaderClassName
 {
   color: #6CCEEC;
 }
 .AnyTagClassName
 {
   color: #6CCEEC;
 }
</style>

background-color css

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

 a { background-color: rgb(108,206,236); }

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

border-color css

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

 span { border-color: rgb(108,206,236); }

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