Html Css Color HEX #5CE7E0 Turquoise Blue

📋 copy color: '#5CE7E0'

red 92 ◦ green 231 ◦ blue 224

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

Shades of Turquoise Blue #5CE7E0

Tints of Turquoise Blue #5CE7E0

RGB

 RED value IS 92 (36.33% from 255) = 16.82%

 GREEN value IS 231 (90.63% from 255) = 42.23%

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

R = 16.82%
G = 42.23%
B = 40.95%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.03

 K value IS 0.09

RGB Variations

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

Color information

#5CE7E0 (or 0x5CE7E0) is known color: Turquoise Blue. HEX triplet: 5C, E7 and E0. RGB value is (92,231,224). Sum of RGB (Red+Green+Blue) = 92+231+224=547 (72% of max value = 765). Red value is 92 (36.33% from 255 or 16.82% from 547); Green value is 231 (90.62% from 255 or 42.23% from 547); Blue value is 224 (87.89% from 255 or 40.95% from 547); Max value from RGB is 231 - color contains mainly: green. Hex color #5CE7E0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5CE7E0 is #A3181F. Grayscale: #BCBCBC. Windows color (decimal): -10688544 or 14739292. OLE color: 14739292.

HSL color Cylindrical-coordinate representation of color #5CE7E0: hue angle of 176.98º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5CE7E0 is Cyan = 0.60, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.09.

Color convert

RGB 92 231 224 -
CMYK 0.60 0 0.03 0.09
HSL 176.98º 0.74% 0.63% -
HSV(B) 176.98º 0.6% 0.91% -
XYZ 46.44 64.81 80.58 -
YUV 188.64 147.95 59.07 -
System Red Green Blue C M Y K H S L
Decimal 92 231 224 0.60 0 0.03 0.09 176.98 0.74 0.63
Hex 5C E7 E0 3C 0 3 9 B1 4A 3F
Octal 134 347 340 74 0 3 11 261 112 77
Binary 1011100 11100111 11100000 111100 0 11 1001 10110001 1001010 111111

Color Harmonies of #5CE7E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CE7E0

Black with #5CE7E0

Text Example


Text Example

White with #5CE7E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5CE7E0; }

 p { color: rgb(92,231,224); }

 H1.HeaderClassName
 {
   color: #5CE7E0;
 }
 .AnyTagClassName
 {
   color: #5CE7E0;
 }
</style>

background-color css

<style>
 a { background-color: #5CE7E0; }

 a { background-color: rgb(92,231,224); }

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

border-color css

<style>
 span { border-color: #5CE7E0; }

 span { border-color: rgb(92,231,224); }

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