Html Css Color HEX #5CEEDF Turquoise Blue

📋 copy color: '#5CEEDF'

red 92 ◦ green 238 ◦ blue 223

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

Shades of Turquoise Blue #5CEEDF

Tints of Turquoise Blue #5CEEDF

RGB

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

 GREEN value IS 238 (93.36% from 255) = 43.04%

 BLUE value IS 223 (87.5% from 255) = 40.33%

R = 16.64%
G = 43.04%
B = 40.33%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#5CEEDF (or 0x5CEEDF) is known color: Turquoise Blue. HEX triplet: 5C, EE and DF. RGB value is (92,238,223). Sum of RGB (Red+Green+Blue) = 92+238+223=553 (73% of max value = 765). Red value is 92 (36.33% from 255 or 16.64% from 553); Green value is 238 (93.36% from 255 or 43.04% from 553); Blue value is 223 (87.5% from 255 or 40.33% from 553); Max value from RGB is 238 - color contains mainly: green. Hex color #5CEEDF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5CEEDF is #A31120. Grayscale: #C0C0C0. Windows color (decimal): -10686753 or 14675548. OLE color: 14675548.

HSL color Cylindrical-coordinate representation of color #5CEEDF: hue angle of 173.84º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5CEEDF is Cyan = 0.61, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.

Color convert

RGB 92 238 223 -
CMYK 0.61 0 0.06 0.07
HSL 173.84º 0.81% 0.65% -
HSV(B) 173.84º 0.61% 0.93% -
XYZ 48.31 68.75 80.54 -
YUV 192.64 145.13 56.22 -
System Red Green Blue C M Y K H S L
Decimal 92 238 223 0.61 0 0.06 0.07 173.84 0.81 0.65
Hex 5C EE DF 3D 0 6 7 AE 51 41
Octal 134 356 337 75 0 6 7 256 121 101
Binary 1011100 11101110 11011111 111101 0 110 111 10101110 1010001 1000001

Color Harmonies of #5CEEDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CEEDF

Black with #5CEEDF

Text Example


Text Example

White with #5CEEDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,238,223); }

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

background-color css

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

 a { background-color: rgb(92,238,223); }

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

border-color css

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

 span { border-color: rgb(92,238,223); }

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