Html Css Color HEX #5CEFE5 Turquoise Blue

📋 copy color: '#5CEFE5'

red 92 ◦ green 239 ◦ blue 229

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

Shades of Turquoise Blue #5CEFE5

Tints of Turquoise Blue #5CEFE5

RGB

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

 GREEN value IS 239 (93.75% from 255) = 42.68%

 BLUE value IS 229 (89.84% from 255) = 40.89%

R = 16.43%
G = 42.68%
B = 40.89%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.04

 K value IS 0.06

RGB Variations

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

Color information

#5CEFE5 (or 0x5CEFE5) is known color: Turquoise Blue. HEX triplet: 5C, EF and E5. RGB value is (92,239,229). Sum of RGB (Red+Green+Blue) = 92+239+229=560 (74% of max value = 765). Red value is 92 (36.33% from 255 or 16.43% from 560); Green value is 239 (93.75% from 255 or 42.68% from 560); Blue value is 229 (89.84% from 255 or 40.89% from 560); Max value from RGB is 239 - color contains mainly: green. Hex color #5CEFE5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5CEFE5 is #A3101A. Grayscale: #C1C1C1. Windows color (decimal): -10686491 or 15069020. OLE color: 15069020.

HSL color Cylindrical-coordinate representation of color #5CEFE5: hue angle of 175.92º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5CEFE5 is Cyan = 0.62, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.06.

Color convert

RGB 92 239 229 -
CMYK 0.62 0 0.04 0.06
HSL 175.92º 0.82% 0.65% -
HSV(B) 175.92º 0.62% 0.94% -
XYZ 49.42 69.67 84.97 -
YUV 193.91 147.8 55.31 -
System Red Green Blue C M Y K H S L
Decimal 92 239 229 0.62 0 0.04 0.06 175.92 0.82 0.65
Hex 5C EF E5 3E 0 4 6 B0 52 41
Octal 134 357 345 76 0 4 6 260 122 101
Binary 1011100 11101111 11100101 111110 0 100 110 10110000 1010010 1000001

Color Harmonies of #5CEFE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CEFE5

Black with #5CEFE5

Text Example


Text Example

White with #5CEFE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,239,229); }

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

background-color css

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

 a { background-color: rgb(92,239,229); }

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

border-color css

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

 span { border-color: rgb(92,239,229); }

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