Html Css Color HEX #6CE5EC Turquoise Blue

📋 copy color: '#6CE5EC'

red 108 ◦ green 229 ◦ blue 236

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

Shades of Turquoise Blue #6CE5EC

Tints of Turquoise Blue #6CE5EC

RGB

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

 GREEN value IS 229 (89.84% from 255) = 39.97%

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

R = 18.85%
G = 39.97%
B = 41.19%

CMYK

 C value IS 0.54

 M value IS 0.03

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6CE5EC (or 0x6CE5EC) is known color: Turquoise Blue. HEX triplet: 6C, E5 and EC. RGB value is (108,229,236). Sum of RGB (Red+Green+Blue) = 108+229+236=573 (75% of max value = 765). Red value is 108 (42.58% from 255 or 18.85% from 573); Green value is 229 (89.84% from 255 or 39.97% from 573); Blue value is 236 (92.58% from 255 or 41.19% from 573); Max value from RGB is 236 - color contains mainly: blue. Hex color #6CE5EC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6CE5EC is #931A13. Grayscale: #C1C1C1. Windows color (decimal): -9640468 or 15525228. OLE color: 15525228.

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

Color convert

RGB 108 229 236 -
CMYK 0.54 0.03 0 0.07
HSL 183.28º 0.77% 0.67% -
HSV(B) 183.28º 0.54% 0.93% -
XYZ 49.34 65.28 89.36 -
YUV 193.62 151.91 66.93 -
System Red Green Blue C M Y K H S L
Decimal 108 229 236 0.54 0.03 0 0.07 183.28 0.77 0.67
Hex 6C E5 EC 36 3 0 7 B7 4D 43
Octal 154 345 354 66 3 0 7 267 115 103
Binary 1101100 11100101 11101100 110110 11 0 111 10110111 1001101 1000011

Color Harmonies of #6CE5EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CE5EC

Black with #6CE5EC

Text Example


Text Example

White with #6CE5EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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