Html Css Color HEX #6CECDE Turquoise Blue

📋 copy color: '#6CECDE'

red 108 ◦ green 236 ◦ blue 222

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

Shades of Turquoise Blue #6CECDE

Tints of Turquoise Blue #6CECDE

RGB

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

 GREEN value IS 236 (92.58% from 255) = 41.7%

 BLUE value IS 222 (87.11% from 255) = 39.22%

R = 19.08%
G = 41.7%
B = 39.22%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#6CECDE (or 0x6CECDE) is known color: Turquoise Blue. HEX triplet: 6C, EC and DE. RGB value is (108,236,222). Sum of RGB (Red+Green+Blue) = 108+236+222=566 (74% of max value = 765). Red value is 108 (42.58% from 255 or 19.08% from 566); Green value is 236 (92.58% from 255 or 41.70% from 566); Blue value is 222 (87.11% from 255 or 39.22% from 566); Max value from RGB is 236 - color contains mainly: green. Hex color #6CECDE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6CECDE is #931321. Grayscale: #C4C4C4. Windows color (decimal): -9638690 or 14609516. OLE color: 14609516.

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

Color convert

RGB 108 236 222 -
CMYK 0.54 0 0.06 0.07
HSL 173.44º 0.77% 0.67% -
HSV(B) 173.44º 0.54% 0.93% -
XYZ 49.36 68.45 79.72 -
YUV 196.13 142.59 65.14 -
System Red Green Blue C M Y K H S L
Decimal 108 236 222 0.54 0 0.06 0.07 173.44 0.77 0.67
Hex 6C EC DE 36 0 6 7 AD 4D 43
Octal 154 354 336 66 0 6 7 255 115 103
Binary 1101100 11101100 11011110 110110 0 110 111 10101101 1001101 1000011

Color Harmonies of #6CECDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CECDE

Black with #6CECDE

Text Example


Text Example

White with #6CECDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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