Html Css Color HEX #5CEFE3 Turquoise Blue

📋 copy color: '#5CEFE3'

red 92 ◦ green 239 ◦ blue 227

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

Shades of Turquoise Blue #5CEFE3

Tints of Turquoise Blue #5CEFE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 40.68%

R = 16.49%
G = 42.83%
B = 40.68%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.05

 K value IS 0.06

RGB Variations

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

Color information

#5CEFE3 (or 0x5CEFE3) is known color: Turquoise Blue. HEX triplet: 5C, EF and E3. RGB value is (92,239,227). Sum of RGB (Red+Green+Blue) = 92+239+227=558 (73% of max value = 765). Red value is 92 (36.33% from 255 or 16.49% from 558); Green value is 239 (93.75% from 255 or 42.83% from 558); Blue value is 227 (89.06% from 255 or 40.68% from 558); Max value from RGB is 239 - color contains mainly: green. Hex color #5CEFE3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5CEFE3 is #A3101C. Grayscale: #C1C1C1. Windows color (decimal): -10686493 or 14937948. OLE color: 14937948.

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

Color convert

RGB 92 239 227 -
CMYK 0.62 0 0.05 0.06
HSL 175.1º 0.82% 0.65% -
HSV(B) 175.1º 0.62% 0.94% -
XYZ 49.15 69.55 83.51 -
YUV 193.68 146.8 55.48 -
System Red Green Blue C M Y K H S L
Decimal 92 239 227 0.62 0 0.05 0.06 175.1 0.82 0.65
Hex 5C EF E3 3E 0 5 6 AF 52 41
Octal 134 357 343 76 0 5 6 257 122 101
Binary 1011100 11101111 11100011 111110 0 101 110 10101111 1010010 1000001

Color Harmonies of #5CEFE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CEFE3

Black with #5CEFE3

Text Example


Text Example

White with #5CEFE3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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