Html Css Color HEX #6CE1E0 Turquoise Blue

📋 copy color: '#6CE1E0'

red 108 ◦ green 225 ◦ blue 224

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

Shades of Turquoise Blue #6CE1E0

Tints of Turquoise Blue #6CE1E0

RGB

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

 GREEN value IS 225 (88.28% from 255) = 40.39%

 BLUE value IS 224 (87.89% from 255) = 40.22%

R = 19.39%
G = 40.39%
B = 40.22%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.00

 K value IS 0.12

RGB Variations

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

Color information

#6CE1E0 (or 0x6CE1E0) is known color: Turquoise Blue. HEX triplet: 6C, E1 and E0. RGB value is (108,225,224). Sum of RGB (Red+Green+Blue) = 108+225+224=557 (73% of max value = 765). Red value is 108 (42.58% from 255 or 19.39% from 557); Green value is 225 (88.28% from 255 or 40.39% from 557); Blue value is 224 (87.89% from 255 or 40.22% from 557); Max value from RGB is 225 - color contains mainly: green. Hex color #6CE1E0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CE1E0 is #931E1F. Grayscale: #BDBDBD. Windows color (decimal): -9641504 or 14737772. OLE color: 14737772.

HSL color Cylindrical-coordinate representation of color #6CE1E0: hue angle of 179.49º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6CE1E0 is Cyan = 0.52, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.12.

Color convert

RGB 108 225 224 -
CMYK 0.52 0 0.00 0.12
HSL 179.49º 0.66% 0.65% -
HSV(B) 179.49º 0.52% 0.88% -
XYZ 46.56 62.42 80.12 -
YUV 189.9 147.24 69.58 -
System Red Green Blue C M Y K H S L
Decimal 108 225 224 0.52 0 0.00 0.12 179.49 0.66 0.65
Hex 6C E1 E0 34 0 0 C B3 42 41
Octal 154 341 340 64 0 0 14 263 102 101
Binary 1101100 11100001 11100000 110100 0 0 1100 10110011 1000010 1000001

Color Harmonies of #6CE1E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CE1E0

Black with #6CE1E0

Text Example


Text Example

White with #6CE1E0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,225,224); }

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

background-color css

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

 a { background-color: rgb(108,225,224); }

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

border-color css

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

 span { border-color: rgb(108,225,224); }

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