Html Css Color HEX #2FEBD5 Turquoise

📋 copy color: '#2FEBD5'

red 47 ◦ green 235 ◦ blue 213

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

Shades of Turquoise #2FEBD5

Tints of Turquoise #2FEBD5

RGB

 RED value IS 47 (18.75% from 255) = 9.49%

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

 BLUE value IS 213 (83.59% from 255) = 43.03%

R = 9.49%
G = 47.47%
B = 43.03%

CMYK

 C value IS 0.8

 M value IS 0

 Y value IS 0.09

 K value IS 0.08

RGB Variations

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

Color information

#2FEBD5 (or 0x2FEBD5) is known color: Turquoise. HEX triplet: 2F, EB and D5. RGB value is (47,235,213). Sum of RGB (Red+Green+Blue) = 47+235+213=495 (65% of max value = 765). Red value is 47 (18.75% from 255 or 9.49% from 495); Green value is 235 (92.19% from 255 or 47.47% from 495); Blue value is 213 (83.59% from 255 or 43.03% from 495); Max value from RGB is 235 - color contains mainly: green. Hex color #2FEBD5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2FEBD5 is #D0142A. Grayscale: #B0B0B0. Windows color (decimal): -13636651 or 14019375. OLE color: 14019375.

HSL color Cylindrical-coordinate representation of color #2FEBD5: hue angle of 172.98º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2FEBD5 is Cyan = 0.8, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.08.

Color convert

RGB 47 235 213 -
CMYK 0.8 0 0.09 0.08
HSL 172.98º 0.82% 0.55% -
HSV(B) 172.98º 0.8% 0.92% -
XYZ 42.89 64.83 73.2 -
YUV 176.28 148.72 35.79 -
System Red Green Blue C M Y K H S L
Decimal 47 235 213 0.8 0 0.09 0.08 172.98 0.82 0.55
Hex 2F EB D5 50 0 9 8 AD 52 37
Octal 57 353 325 120 0 11 10 255 122 67
Binary 101111 11101011 11010101 1010000 0 1001 1000 10101101 1010010 110111

Color Harmonies of #2FEBD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FEBD5

Black with #2FEBD5

Text Example


Text Example

White with #2FEBD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2FEBD5; }

 p { color: rgb(47,235,213); }

 H1.HeaderClassName
 {
   color: #2FEBD5;
 }
 .AnyTagClassName
 {
   color: #2FEBD5;
 }
</style>

background-color css

<style>
 a { background-color: #2FEBD5; }

 a { background-color: rgb(47,235,213); }

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

border-color css

<style>
 span { border-color: #2FEBD5; }

 span { border-color: rgb(47,235,213); }

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