Html Css Color HEX #5DCEF2 Turquoise Blue

📋 copy color: '#5DCEF2'

red 93 ◦ green 206 ◦ blue 242

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

Shades of Turquoise Blue #5DCEF2

Tints of Turquoise Blue #5DCEF2

RGB

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

 GREEN value IS 206 (80.86% from 255) = 38.08%

 BLUE value IS 242 (94.92% from 255) = 44.73%

R = 17.19%
G = 38.08%
B = 44.73%

CMYK

 C value IS 0.62

 M value IS 0.15

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#5DCEF2 (or 0x5DCEF2) is known color: Turquoise Blue. HEX triplet: 5D, CE and F2. RGB value is (93,206,242). Sum of RGB (Red+Green+Blue) = 93+206+242=541 (71% of max value = 765). Red value is 93 (36.72% from 255 or 17.19% from 541); Green value is 206 (80.86% from 255 or 38.08% from 541); Blue value is 242 (94.92% from 255 or 44.73% from 541); Max value from RGB is 242 - color contains mainly: blue. Hex color #5DCEF2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5DCEF2 is #A2310D. Grayscale: #B0B0B0. Windows color (decimal): -10629390 or 15912541. OLE color: 15912541.

HSL color Cylindrical-coordinate representation of color #5DCEF2: hue angle of 194.5º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5DCEF2 is Cyan = 0.62, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 93 206 242 -
CMYK 0.62 0.15 0 0.05
HSL 194.5º 0.85% 0.66% -
HSV(B) 194.5º 0.62% 0.95% -
XYZ 42.61 52.88 91.97 -
YUV 176.32 165.06 68.57 -
System Red Green Blue C M Y K H S L
Decimal 93 206 242 0.62 0.15 0 0.05 194.5 0.85 0.66
Hex 5D CE F2 3E F 0 5 C2 55 42
Octal 135 316 362 76 17 0 5 302 125 102
Binary 1011101 11001110 11110010 111110 1111 0 101 11000010 1010101 1000010

Color Harmonies of #5DCEF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DCEF2

Black with #5DCEF2

Text Example


Text Example

White with #5DCEF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,206,242); }

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

background-color css

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

 a { background-color: rgb(93,206,242); }

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

border-color css

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

 span { border-color: rgb(93,206,242); }

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