Html Css Color HEX #5DEEEB Turquoise Blue

📋 copy color: '#5DEEEB'

red 93 ◦ green 238 ◦ blue 235

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

Shades of Turquoise Blue #5DEEEB

Tints of Turquoise Blue #5DEEEB

RGB

 RED value IS 93 (36.72% from 255) = 16.43%

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

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

R = 16.43%
G = 42.05%
B = 41.52%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.01

 K value IS 0.07

RGB Variations

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

Color information

#5DEEEB (or 0x5DEEEB) is known color: Turquoise Blue. HEX triplet: 5D, EE and EB. RGB value is (93,238,235). Sum of RGB (Red+Green+Blue) = 93+238+235=566 (74% of max value = 765). Red value is 93 (36.72% from 255 or 16.43% from 566); Green value is 238 (93.36% from 255 or 42.05% from 566); Blue value is 235 (92.19% from 255 or 41.52% from 566); Max value from RGB is 238 - color contains mainly: green. Hex color #5DEEEB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5DEEEB is #A21114. Grayscale: #C2C2C2. Windows color (decimal): -10621205 or 15461981. OLE color: 15461981.

HSL color Cylindrical-coordinate representation of color #5DEEEB: hue angle of 178.76º 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 #5DEEEB is Cyan = 0.61, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.07.

Color convert

RGB 93 238 235 -
CMYK 0.61 0 0.01 0.07
HSL 178.76º 0.81% 0.65% -
HSV(B) 178.76º 0.61% 0.93% -
XYZ 50.08 69.47 89.37 -
YUV 194.3 150.96 55.74 -
System Red Green Blue C M Y K H S L
Decimal 93 238 235 0.61 0 0.01 0.07 178.76 0.81 0.65
Hex 5D EE EB 3D 0 1 7 B3 51 41
Octal 135 356 353 75 0 1 7 263 121 101
Binary 1011101 11101110 11101011 111101 0 1 111 10110011 1010001 1000001

Color Harmonies of #5DEEEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DEEEB

Black with #5DEEEB

Text Example


Text Example

White with #5DEEEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,238,235); }

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

background-color css

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

 a { background-color: rgb(93,238,235); }

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

border-color css

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

 span { border-color: rgb(93,238,235); }

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