Html Css Color HEX #6CD0EC Turquoise Blue

📋 copy color: '#6CD0EC'

red 108 ◦ green 208 ◦ blue 236

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

Shades of Turquoise Blue #6CD0EC

Tints of Turquoise Blue #6CD0EC

RGB

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

 GREEN value IS 208 (81.64% from 255) = 37.68%

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

R = 19.57%
G = 37.68%
B = 42.75%

CMYK

 C value IS 0.54

 M value IS 0.12

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6CD0EC (or 0x6CD0EC) is known color: Turquoise Blue. HEX triplet: 6C, D0 and EC. RGB value is (108,208,236). Sum of RGB (Red+Green+Blue) = 108+208+236=552 (73% of max value = 765). Red value is 108 (42.58% from 255 or 19.57% from 552); Green value is 208 (81.64% from 255 or 37.68% from 552); Blue value is 236 (92.58% from 255 or 42.75% from 552); Max value from RGB is 236 - color contains mainly: blue. Hex color #6CD0EC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6CD0EC is #932F13. Grayscale: #B5B5B5. Windows color (decimal): -9645844 or 15519852. OLE color: 15519852.

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

Color convert

RGB 108 208 236 -
CMYK 0.54 0.12 0 0.07
HSL 193.13º 0.77% 0.67% -
HSV(B) 193.13º 0.54% 0.93% -
XYZ 43.88 54.36 87.54 -
YUV 181.29 158.87 75.72 -
System Red Green Blue C M Y K H S L
Decimal 108 208 236 0.54 0.12 0 0.07 193.13 0.77 0.67
Hex 6C D0 EC 36 C 0 7 C1 4D 43
Octal 154 320 354 66 14 0 7 301 115 103
Binary 1101100 11010000 11101100 110110 1100 0 111 11000001 1001101 1000011

Color Harmonies of #6CD0EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CD0EC

Black with #6CD0EC

Text Example


Text Example

White with #6CD0EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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