Html Css Color HEX #5FEBDA Turquoise Blue

📋 copy color: '#5FEBDA'

red 95 ◦ green 235 ◦ blue 218

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

Shades of Turquoise Blue #5FEBDA

Tints of Turquoise Blue #5FEBDA

RGB

 RED value IS 95 (37.5% from 255) = 17.34%

 GREEN value IS 235 (92.19% from 255) = 42.88%

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

R = 17.34%
G = 42.88%
B = 39.78%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.07

 K value IS 0.08

RGB Variations

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

Color information

#5FEBDA (or 0x5FEBDA) is known color: Turquoise Blue. HEX triplet: 5F, EB and DA. RGB value is (95,235,218). Sum of RGB (Red+Green+Blue) = 95+235+218=548 (72% of max value = 765). Red value is 95 (37.5% from 255 or 17.34% from 548); Green value is 235 (92.19% from 255 or 42.88% from 548); Blue value is 218 (85.55% from 255 or 39.78% from 548); Max value from RGB is 235 - color contains mainly: green. Hex color #5FEBDA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5FEBDA is #A01425. Grayscale: #BFBFBF. Windows color (decimal): -10490918 or 14347103. OLE color: 14347103.

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

Color convert

RGB 95 235 218 -
CMYK 0.60 0 0.07 0.08
HSL 172.71º 0.78% 0.65% -
HSV(B) 172.71º 0.6% 0.92% -
XYZ 47.08 66.91 76.76 -
YUV 191.2 143.12 59.38 -
System Red Green Blue C M Y K H S L
Decimal 95 235 218 0.60 0 0.07 0.08 172.71 0.78 0.65
Hex 5F EB DA 3C 0 7 8 AD 4E 41
Octal 137 353 332 74 0 7 10 255 116 101
Binary 1011111 11101011 11011010 111100 0 111 1000 10101101 1001110 1000001

Color Harmonies of #5FEBDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FEBDA

Black with #5FEBDA

Text Example


Text Example

White with #5FEBDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,235,218); }

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

background-color css

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

 a { background-color: rgb(95,235,218); }

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

border-color css

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

 span { border-color: rgb(95,235,218); }

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