Html Css Color HEX #5CE5F2 Turquoise Blue

📋 copy color: '#5CE5F2'

red 92 ◦ green 229 ◦ blue 242

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

Shades of Turquoise Blue #5CE5F2

Tints of Turquoise Blue #5CE5F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 42.98%

R = 16.34%
G = 40.67%
B = 42.98%

CMYK

 C value IS 0.62

 M value IS 0.05

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#5CE5F2 (or 0x5CE5F2) is known color: Turquoise Blue. HEX triplet: 5C, E5 and F2. RGB value is (92,229,242). Sum of RGB (Red+Green+Blue) = 92+229+242=563 (74% of max value = 765). Red value is 92 (36.33% from 255 or 16.34% from 563); Green value is 229 (89.84% from 255 or 40.67% from 563); Blue value is 242 (94.92% from 255 or 42.98% from 563); Max value from RGB is 242 - color contains mainly: blue. Hex color #5CE5F2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5CE5F2 is #A31A0D. Grayscale: #BDBDBD. Windows color (decimal): -10689038 or 15918428. OLE color: 15918428.

HSL color Cylindrical-coordinate representation of color #5CE5F2: hue angle of 185.2º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5CE5F2 is Cyan = 0.62, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 92 229 242 -
CMYK 0.62 0.05 0 0.05
HSL 185.2º 0.85% 0.65% -
HSV(B) 185.2º 0.62% 0.95% -
XYZ 48.46 64.72 93.94 -
YUV 189.52 157.61 58.44 -
System Red Green Blue C M Y K H S L
Decimal 92 229 242 0.62 0.05 0 0.05 185.2 0.85 0.65
Hex 5C E5 F2 3E 5 0 5 B9 55 41
Octal 134 345 362 76 5 0 5 271 125 101
Binary 1011100 11100101 11110010 111110 101 0 101 10111001 1010101 1000001

Color Harmonies of #5CE5F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CE5F2

Black with #5CE5F2

Text Example


Text Example

White with #5CE5F2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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