Html Css Color HEX #5DCFDD Turquoise Blue

📋 copy color: '#5DCFDD'

red 93 ◦ green 207 ◦ blue 221

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

Shades of Turquoise Blue #5DCFDD

Tints of Turquoise Blue #5DCFDD

RGB

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

 GREEN value IS 207 (81.25% from 255) = 39.73%

 BLUE value IS 221 (86.72% from 255) = 42.42%

R = 17.85%
G = 39.73%
B = 42.42%

CMYK

 C value IS 0.58

 M value IS 0.06

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5DCFDD (or 0x5DCFDD) is known color: Turquoise Blue. HEX triplet: 5D, CF and DD. RGB value is (93,207,221). Sum of RGB (Red+Green+Blue) = 93+207+221=521 (69% of max value = 765). Red value is 93 (36.72% from 255 or 17.85% from 521); Green value is 207 (81.25% from 255 or 39.73% from 521); Blue value is 221 (86.72% from 255 or 42.42% from 521); Max value from RGB is 221 - color contains mainly: blue. Hex color #5DCFDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DCFDD is #A23022. Grayscale: #AEAEAE. Windows color (decimal): -10629155 or 14536541. OLE color: 14536541.

HSL color Cylindrical-coordinate representation of color #5DCFDD: hue angle of 186.56º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5DCFDD is Cyan = 0.58, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 93 207 221 -
CMYK 0.58 0.06 0 0.13
HSL 186.56º 0.65% 0.62% -
HSV(B) 186.56º 0.58% 0.87% -
XYZ 39.88 52.17 76.38 -
YUV 174.51 154.23 69.86 -
System Red Green Blue C M Y K H S L
Decimal 93 207 221 0.58 0.06 0 0.13 186.56 0.65 0.62
Hex 5D CF DD 3A 6 0 D BB 41 3E
Octal 135 317 335 72 6 0 15 273 101 76
Binary 1011101 11001111 11011101 111010 110 0 1101 10111011 1000001 111110

Color Harmonies of #5DCFDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DCFDD

Black with #5DCFDD

Text Example


Text Example

White with #5DCFDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,207,221); }

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

background-color css

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

 a { background-color: rgb(93,207,221); }

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

border-color css

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

 span { border-color: rgb(93,207,221); }

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