Html Css Color HEX #5CEFEB Turquoise Blue

📋 copy color: '#5CEFEB'

red 92 ◦ green 239 ◦ blue 235

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

Shades of Turquoise Blue #5CEFEB

Tints of Turquoise Blue #5CEFEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 41.52%

R = 16.25%
G = 42.23%
B = 41.52%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.02

 K value IS 0.06

RGB Variations

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

Color information

#5CEFEB (or 0x5CEFEB) is known color: Turquoise Blue. HEX triplet: 5C, EF and EB. RGB value is (92,239,235). Sum of RGB (Red+Green+Blue) = 92+239+235=566 (74% of max value = 765). Red value is 92 (36.33% from 255 or 16.25% from 566); Green value is 239 (93.75% from 255 or 42.23% from 566); Blue value is 235 (92.19% from 255 or 41.52% from 566); Max value from RGB is 239 - color contains mainly: green. Hex color #5CEFEB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5CEFEB is #A31014. Grayscale: #C2C2C2. Windows color (decimal): -10686485 or 15462236. OLE color: 15462236.

HSL color Cylindrical-coordinate representation of color #5CEFEB: hue angle of 178.37º 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 #5CEFEB is Cyan = 0.62, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.06.

Color convert

RGB 92 239 235 -
CMYK 0.62 0 0.02 0.06
HSL 178.37º 0.82% 0.65% -
HSV(B) 178.37º 0.62% 0.94% -
XYZ 50.28 70.01 89.46 -
YUV 194.59 150.8 54.83 -
System Red Green Blue C M Y K H S L
Decimal 92 239 235 0.62 0 0.02 0.06 178.37 0.82 0.65
Hex 5C EF EB 3E 0 2 6 B2 52 41
Octal 134 357 353 76 0 2 6 262 122 101
Binary 1011100 11101111 11101011 111110 0 10 110 10110010 1010010 1000001

Color Harmonies of #5CEFEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CEFEB

Black with #5CEFEB

Text Example


Text Example

White with #5CEFEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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