Html Css Color HEX #5DEBE6 Turquoise Blue

📋 copy color: '#5DEBE6'

red 93 ◦ green 235 ◦ blue 230

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

Shades of Turquoise Blue #5DEBE6

Tints of Turquoise Blue #5DEBE6

RGB

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

 GREEN value IS 235 (92.19% from 255) = 42.11%

 BLUE value IS 230 (90.23% from 255) = 41.22%

R = 16.67%
G = 42.11%
B = 41.22%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.02

 K value IS 0.08

RGB Variations

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

Color information

#5DEBE6 (or 0x5DEBE6) is known color: Turquoise Blue. HEX triplet: 5D, EB and E6. RGB value is (93,235,230). Sum of RGB (Red+Green+Blue) = 93+235+230=558 (73% of max value = 765). Red value is 93 (36.72% from 255 or 16.67% from 558); Green value is 235 (92.19% from 255 or 42.11% from 558); Blue value is 230 (90.23% from 255 or 41.22% from 558); Max value from RGB is 235 - color contains mainly: green. Hex color #5DEBE6 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5DEBE6 is #A21419. Grayscale: #BFBFBF. Windows color (decimal): -10621978 or 15133533. OLE color: 15133533.

HSL color Cylindrical-coordinate representation of color #5DEBE6: hue angle of 177.89º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5DEBE6 is Cyan = 0.60, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.08.

Color convert

RGB 93 235 230 -
CMYK 0.60 0 0.02 0.08
HSL 177.89º 0.78% 0.64% -
HSV(B) 177.89º 0.6% 0.92% -
XYZ 48.51 67.46 85.33 -
YUV 191.97 149.46 57.41 -
System Red Green Blue C M Y K H S L
Decimal 93 235 230 0.60 0 0.02 0.08 177.89 0.78 0.64
Hex 5D EB E6 3C 0 2 8 B2 4E 40
Octal 135 353 346 74 0 2 10 262 116 100
Binary 1011101 11101011 11100110 111100 0 10 1000 10110010 1001110 1000000

Color Harmonies of #5DEBE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DEBE6

Black with #5DEBE6

Text Example


Text Example

White with #5DEBE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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