Html Css Color HEX #2FE4D4 Turquoise

📋 copy color: '#2FE4D4'

red 47 ◦ green 228 ◦ blue 212

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

Shades of Turquoise #2FE4D4

Tints of Turquoise #2FE4D4

RGB

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

 GREEN value IS 228 (89.45% from 255) = 46.82%

 BLUE value IS 212 (83.2% from 255) = 43.53%

R = 9.65%
G = 46.82%
B = 43.53%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.07

 K value IS 0.11

RGB Variations

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

Color information

#2FE4D4 (or 0x2FE4D4) is known color: Turquoise. HEX triplet: 2F, E4 and D4. RGB value is (47,228,212). Sum of RGB (Red+Green+Blue) = 47+228+212=487 (64% of max value = 765). Red value is 47 (18.75% from 255 or 9.65% from 487); Green value is 228 (89.45% from 255 or 46.82% from 487); Blue value is 212 (83.20% from 255 or 43.53% from 487); Max value from RGB is 228 - color contains mainly: green. Hex color #2FE4D4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2FE4D4 is #D01B2B. Grayscale: #ABABAB. Windows color (decimal): -13638444 or 13952047. OLE color: 13952047.

HSL color Cylindrical-coordinate representation of color #2FE4D4: hue angle of 174.7º degrees, saturation: 0.77, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2FE4D4 is Cyan = 0.79, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.11.

Color convert

RGB 47 228 212 -
CMYK 0.79 0 0.07 0.11
HSL 174.7º 0.77% 0.54% -
HSV(B) 174.7º 0.79% 0.89% -
XYZ 40.8 60.84 71.88 -
YUV 172.06 150.53 38.8 -
System Red Green Blue C M Y K H S L
Decimal 47 228 212 0.79 0 0.07 0.11 174.7 0.77 0.54
Hex 2F E4 D4 4F 0 7 B AF 4D 36
Octal 57 344 324 117 0 7 13 257 115 66
Binary 101111 11100100 11010100 1001111 0 111 1011 10101111 1001101 110110

Color Harmonies of #2FE4D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FE4D4

Black with #2FE4D4

Text Example


Text Example

White with #2FE4D4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,228,212); }

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

background-color css

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

 a { background-color: rgb(47,228,212); }

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

border-color css

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

 span { border-color: rgb(47,228,212); }

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