Html Css Color HEX #5EECDA Turquoise Blue

📋 copy color: '#5EECDA'

red 94 ◦ green 236 ◦ blue 218

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

Shades of Turquoise Blue #5EECDA

Tints of Turquoise Blue #5EECDA

RGB

 RED value IS 94 (37.11% from 255) = 17.15%

 GREEN value IS 236 (92.58% from 255) = 43.07%

 BLUE value IS 218 (85.55% from 255) = 39.78%

R = 17.15%
G = 43.07%
B = 39.78%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#5EECDA (or 0x5EECDA) is known color: Turquoise Blue. HEX triplet: 5E, EC and DA. RGB value is (94,236,218). Sum of RGB (Red+Green+Blue) = 94+236+218=548 (72% of max value = 765). Red value is 94 (37.11% from 255 or 17.15% from 548); Green value is 236 (92.58% from 255 or 43.07% from 548); Blue value is 218 (85.55% from 255 or 39.78% from 548); Max value from RGB is 236 - color contains mainly: green. Hex color #5EECDA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5EECDA is #A11325. Grayscale: #BFBFBF. Windows color (decimal): -10556198 or 14347358. OLE color: 14347358.

HSL color Cylindrical-coordinate representation of color #5EECDA: hue angle of 172.39º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5EECDA is Cyan = 0.60, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB 94 236 218 -
CMYK 0.60 0 0.08 0.07
HSL 172.39º 0.79% 0.65% -
HSV(B) 172.39º 0.6% 0.93% -
XYZ 47.27 67.43 76.85 -
YUV 191.49 142.96 58.46 -
System Red Green Blue C M Y K H S L
Decimal 94 236 218 0.60 0 0.08 0.07 172.39 0.79 0.65
Hex 5E EC DA 3C 0 8 7 AC 4F 41
Octal 136 354 332 74 0 10 7 254 117 101
Binary 1011110 11101100 11011010 111100 0 1000 111 10101100 1001111 1000001

Color Harmonies of #5EECDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EECDA

Black with #5EECDA

Text Example


Text Example

White with #5EECDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,236,218); }

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

background-color css

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

 a { background-color: rgb(94,236,218); }

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

border-color css

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

 span { border-color: rgb(94,236,218); }

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