Html Css Color HEX #6CCEEA Turquoise Blue

📋 copy color: '#6CCEEA'

red 108 ◦ green 206 ◦ blue 234

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

Shades of Turquoise Blue #6CCEEA

Tints of Turquoise Blue #6CCEEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 42.7%

R = 19.71%
G = 37.59%
B = 42.7%

CMYK

 C value IS 0.54

 M value IS 0.12

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6CCEEA (or 0x6CCEEA) is known color: Turquoise Blue. HEX triplet: 6C, CE and EA. RGB value is (108,206,234). Sum of RGB (Red+Green+Blue) = 108+206+234=548 (72% of max value = 765). Red value is 108 (42.58% from 255 or 19.71% from 548); Green value is 206 (80.86% from 255 or 37.59% from 548); Blue value is 234 (91.80% from 255 or 42.70% from 548); Max value from RGB is 234 - color contains mainly: blue. Hex color #6CCEEA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6CCEEA is #933115. Grayscale: #B3B3B3. Windows color (decimal): -9646358 or 15388268. OLE color: 15388268.

HSL color Cylindrical-coordinate representation of color #6CCEEA: hue angle of 193.33º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6CCEEA is Cyan = 0.54, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 108 206 234 -
CMYK 0.54 0.12 0 0.08
HSL 193.33º 0.75% 0.67% -
HSV(B) 193.33º 0.54% 0.92% -
XYZ 43.11 53.27 85.85 -
YUV 179.89 158.53 76.72 -
System Red Green Blue C M Y K H S L
Decimal 108 206 234 0.54 0.12 0 0.08 193.33 0.75 0.67
Hex 6C CE EA 36 C 0 8 C1 4B 43
Octal 154 316 352 66 14 0 10 301 113 103
Binary 1101100 11001110 11101010 110110 1100 0 1000 11000001 1001011 1000011

Color Harmonies of #6CCEEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CCEEA

Black with #6CCEEA

Text Example


Text Example

White with #6CCEEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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