Html Css Color HEX #2FFDEA Turquoise

📋 copy color: '#2FFDEA'

red 47 ◦ green 253 ◦ blue 234

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

Shades of Turquoise #2FFDEA

Tints of Turquoise #2FFDEA

RGB

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

 GREEN value IS 253 (99.22% from 255) = 47.38%

 BLUE value IS 234 (91.8% from 255) = 43.82%

R = 8.8%
G = 47.38%
B = 43.82%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.08

 K value IS 0.01

RGB Variations

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

Color information

#2FFDEA (or 0x2FFDEA) is known color: Turquoise. HEX triplet: 2F, FD and EA. RGB value is (47,253,234). Sum of RGB (Red+Green+Blue) = 47+253+234=534 (70% of max value = 765). Red value is 47 (18.75% from 255 or 8.80% from 534); Green value is 253 (99.22% from 255 or 47.38% from 534); Blue value is 234 (91.80% from 255 or 43.82% from 534); Max value from RGB is 253 - color contains mainly: green. Hex color #2FFDEA is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2FFDEA is #D00215. Grayscale: #BDBDBD. Windows color (decimal): -13632022 or 15400239. OLE color: 15400239.

HSL color Cylindrical-coordinate representation of color #2FFDEA: hue angle of 174.47º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2FFDEA is Cyan = 0.81, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.01.

Color convert

RGB 47 253 234 -
CMYK 0.81 0 0.08 0.01
HSL 174.47º 0.98% 0.59% -
HSV(B) 174.47º 0.81% 0.99% -
XYZ 51.15 76.8 89.97 -
YUV 189.24 153.25 26.54 -
System Red Green Blue C M Y K H S L
Decimal 47 253 234 0.81 0 0.08 0.01 174.47 0.98 0.59
Hex 2F FD EA 51 0 8 1 AE 62 3B
Octal 57 375 352 121 0 10 1 256 142 73
Binary 101111 11111101 11101010 1010001 0 1000 1 10101110 1100010 111011

Color Harmonies of #2FFDEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FFDEA

Black with #2FFDEA

Text Example


Text Example

White with #2FFDEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,253,234); }

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

background-color css

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

 a { background-color: rgb(47,253,234); }

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

border-color css

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

 span { border-color: rgb(47,253,234); }

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