Html Css Color HEX #6CECDD Turquoise Blue

📋 copy color: '#6CECDD'

red 108 ◦ green 236 ◦ blue 221

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

Shades of Turquoise Blue #6CECDD

Tints of Turquoise Blue #6CECDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 39.12%

R = 19.12%
G = 41.77%
B = 39.12%

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

#6CECDD (or 0x6CECDD) is known color: Turquoise Blue. HEX triplet: 6C, EC and DD. RGB value is (108,236,221). Sum of RGB (Red+Green+Blue) = 108+236+221=565 (74% of max value = 765). Red value is 108 (42.58% from 255 or 19.12% from 565); Green value is 236 (92.58% from 255 or 41.77% from 565); Blue value is 221 (86.72% from 255 or 39.12% from 565); Max value from RGB is 236 - color contains mainly: green. Hex color #6CECDD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6CECDD is #931322. Grayscale: #C3C3C3. Windows color (decimal): -9638691 or 14543980. OLE color: 14543980.

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

Color convert

RGB 108 236 221 -
CMYK 0.54 0 0.06 0.07
HSL 172.97º 0.77% 0.67% -
HSV(B) 172.97º 0.54% 0.93% -
XYZ 49.23 68.4 79.01 -
YUV 196.02 142.09 65.22 -
System Red Green Blue C M Y K H S L
Decimal 108 236 221 0.54 0 0.06 0.07 172.97 0.77 0.67
Hex 6C EC DD 36 0 6 7 AD 4D 43
Octal 154 354 335 66 0 6 7 255 115 103
Binary 1101100 11101100 11011101 110110 0 110 111 10101101 1001101 1000011

Color Harmonies of #6CECDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CECDD

Black with #6CECDD

Text Example


Text Example

White with #6CECDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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