Html Css Color HEX #2FDEBD Turquoise

📋 copy color: '#2FDEBD'

red 47 ◦ green 222 ◦ blue 189

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

Shades of Turquoise #2FDEBD

Tints of Turquoise #2FDEBD

RGB

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

 GREEN value IS 222 (87.11% from 255) = 48.47%

 BLUE value IS 189 (74.22% from 255) = 41.27%

R = 10.26%
G = 48.47%
B = 41.27%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.15

 K value IS 0.13

RGB Variations

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

Color information

#2FDEBD (or 0x2FDEBD) is known color: Turquoise. HEX triplet: 2F, DE and BD. RGB value is (47,222,189). Sum of RGB (Red+Green+Blue) = 47+222+189=458 (60% of max value = 765). Red value is 47 (18.75% from 255 or 10.26% from 458); Green value is 222 (87.11% from 255 or 48.47% from 458); Blue value is 189 (74.22% from 255 or 41.27% from 458); Max value from RGB is 222 - color contains mainly: green. Hex color #2FDEBD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2FDEBD is #D02142. Grayscale: #A5A5A5. Windows color (decimal): -13640003 or 12443183. OLE color: 12443183.

HSL color Cylindrical-coordinate representation of color #2FDEBD: hue angle of 168.69º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2FDEBD is Cyan = 0.79, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.

Color convert

RGB 47 222 189 -
CMYK 0.79 0 0.15 0.13
HSL 168.69º 0.73% 0.53% -
HSV(B) 168.69º 0.79% 0.87% -
XYZ 36.48 56.52 57.13 -
YUV 165.91 141.02 43.18 -
System Red Green Blue C M Y K H S L
Decimal 47 222 189 0.79 0 0.15 0.13 168.69 0.73 0.53
Hex 2F DE BD 4F 0 F D A9 49 35
Octal 57 336 275 117 0 17 15 251 111 65
Binary 101111 11011110 10111101 1001111 0 1111 1101 10101001 1001001 110101

Color Harmonies of #2FDEBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FDEBD

Black with #2FDEBD

Text Example


Text Example

White with #2FDEBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,222,189); }

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

background-color css

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

 a { background-color: rgb(47,222,189); }

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

border-color css

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

 span { border-color: rgb(47,222,189); }

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