Html Css Color HEX #2FEFF2 Turquoise

📋 copy color: '#2FEFF2'

red 47 ◦ green 239 ◦ blue 242

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

Shades of Turquoise #2FEFF2

Tints of Turquoise #2FEFF2

RGB

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

 GREEN value IS 239 (93.75% from 255) = 45.27%

 BLUE value IS 242 (94.92% from 255) = 45.83%

R = 8.9%
G = 45.27%
B = 45.83%

CMYK

 C value IS 0.81

 M value IS 0.01

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#2FEFF2 (or 0x2FEFF2) is known color: Turquoise. HEX triplet: 2F, EF and F2. RGB value is (47,239,242). Sum of RGB (Red+Green+Blue) = 47+239+242=528 (69% of max value = 765). Red value is 47 (18.75% from 255 or 8.90% from 528); Green value is 239 (93.75% from 255 or 45.27% from 528); Blue value is 242 (94.92% from 255 or 45.83% from 528); Max value from RGB is 242 - color contains mainly: blue. Hex color #2FEFF2 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2FEFF2 is #D0100D. Grayscale: #B5B5B5. Windows color (decimal): -13635598 or 15920943. OLE color: 15920943.

HSL color Cylindrical-coordinate representation of color #2FEFF2: hue angle of 180.92º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2FEFF2 is Cyan = 0.81, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 47 239 242 -
CMYK 0.81 0.01 0 0.05
HSL 180.92º 0.88% 0.57% -
HSV(B) 180.92º 0.81% 0.95% -
XYZ 48.07 68.75 94.74 -
YUV 181.93 161.89 31.76 -
System Red Green Blue C M Y K H S L
Decimal 47 239 242 0.81 0.01 0 0.05 180.92 0.88 0.57
Hex 2F EF F2 51 1 0 5 B5 58 39
Octal 57 357 362 121 1 0 5 265 130 71
Binary 101111 11101111 11110010 1010001 1 0 101 10110101 1011000 111001

Color Harmonies of #2FEFF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FEFF2

Black with #2FEFF2

Text Example


Text Example

White with #2FEFF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,239,242); }

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

background-color css

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

 a { background-color: rgb(47,239,242); }

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

border-color css

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

 span { border-color: rgb(47,239,242); }

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