Html Css Color HEX #5DDFEE Turquoise Blue

📋 copy color: '#5DDFEE'

red 93 ◦ green 223 ◦ blue 238

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

Shades of Turquoise Blue #5DDFEE

Tints of Turquoise Blue #5DDFEE

RGB

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

 GREEN value IS 223 (87.5% from 255) = 40.25%

 BLUE value IS 238 (93.36% from 255) = 42.96%

R = 16.79%
G = 40.25%
B = 42.96%

CMYK

 C value IS 0.61

 M value IS 0.06

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#5DDFEE (or 0x5DDFEE) is known color: Turquoise Blue. HEX triplet: 5D, DF and EE. RGB value is (93,223,238). Sum of RGB (Red+Green+Blue) = 93+223+238=554 (73% of max value = 765). Red value is 93 (36.72% from 255 or 16.79% from 554); Green value is 223 (87.5% from 255 or 40.25% from 554); Blue value is 238 (93.36% from 255 or 42.96% from 554); Max value from RGB is 238 - color contains mainly: blue. Hex color #5DDFEE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5DDFEE is #A22011. Grayscale: #B9B9B9. Windows color (decimal): -10625042 or 15654749. OLE color: 15654749.

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

Color convert

RGB 93 223 238 -
CMYK 0.61 0.06 0 0.07
HSL 186.21º 0.81% 0.65% -
HSV(B) 186.21º 0.61% 0.93% -
XYZ 46.33 61.28 90.27 -
YUV 185.84 157.43 61.78 -
System Red Green Blue C M Y K H S L
Decimal 93 223 238 0.61 0.06 0 0.07 186.21 0.81 0.65
Hex 5D DF EE 3D 6 0 7 BA 51 41
Octal 135 337 356 75 6 0 7 272 121 101
Binary 1011101 11011111 11101110 111101 110 0 111 10111010 1010001 1000001

Color Harmonies of #5DDFEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DDFEE

Black with #5DDFEE

Text Example


Text Example

White with #5DDFEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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