Html Css Color HEX #5DCADB Turquoise Blue

📋 copy color: '#5DCADB'

red 93 ◦ green 202 ◦ blue 219

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

Shades of Turquoise Blue #5DCADB

Tints of Turquoise Blue #5DCADB

RGB

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

 GREEN value IS 202 (79.3% from 255) = 39.3%

 BLUE value IS 219 (85.94% from 255) = 42.61%

R = 18.09%
G = 39.3%
B = 42.61%

CMYK

 C value IS 0.58

 M value IS 0.08

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5DCADB (or 0x5DCADB) is known color: Turquoise Blue. HEX triplet: 5D, CA and DB. RGB value is (93,202,219). Sum of RGB (Red+Green+Blue) = 93+202+219=514 (68% of max value = 765). Red value is 93 (36.72% from 255 or 18.09% from 514); Green value is 202 (79.30% from 255 or 39.30% from 514); Blue value is 219 (85.94% from 255 or 42.61% from 514); Max value from RGB is 219 - color contains mainly: blue. Hex color #5DCADB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DCADB is #A23524. Grayscale: #ABABAB. Windows color (decimal): -10630437 or 14404189. OLE color: 14404189.

HSL color Cylindrical-coordinate representation of color #5DCADB: hue angle of 188.1º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5DCADB is Cyan = 0.58, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 93 202 219 -
CMYK 0.58 0.08 0 0.14
HSL 188.1º 0.64% 0.61% -
HSV(B) 188.1º 0.58% 0.86% -
XYZ 38.42 49.68 74.58 -
YUV 171.35 154.89 72.12 -
System Red Green Blue C M Y K H S L
Decimal 93 202 219 0.58 0.08 0 0.14 188.1 0.64 0.61
Hex 5D CA DB 3A 8 0 E BC 40 3D
Octal 135 312 333 72 10 0 16 274 100 75
Binary 1011101 11001010 11011011 111010 1000 0 1110 10111100 1000000 111101

Color Harmonies of #5DCADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DCADB

Black with #5DCADB

Text Example


Text Example

White with #5DCADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,202,219); }

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

background-color css

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

 a { background-color: rgb(93,202,219); }

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

border-color css

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

 span { border-color: rgb(93,202,219); }

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