Html Css Color HEX #2FEFEF Turquoise

📋 copy color: '#2FEFEF'

red 47 ◦ green 239 ◦ blue 239

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

Shades of Turquoise #2FEFEF

Tints of Turquoise #2FEFEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 45.52%

R = 8.95%
G = 45.52%
B = 45.52%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#2FEFEF (or 0x2FEFEF) is known color: Turquoise. HEX triplet: 2F, EF and EF. RGB value is (47,239,239). Sum of RGB (Red+Green+Blue) = 47+239+239=525 (69% of max value = 765). Red value is 47 (18.75% from 255 or 8.95% from 525); Green value is 239 (93.75% from 255 or 45.52% from 525); Blue value is 239 (93.75% from 255 or 45.52% from 525); Max value from RGB is 239 - color contains mainly: green, blue. Hex color #2FEFEF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2FEFEF is #D01010. Grayscale: #B5B5B5. Windows color (decimal): -13635601 or 15724335. OLE color: 15724335.

HSL color Cylindrical-coordinate representation of color #2FEFEF: hue angle of 180º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2FEFEF is Cyan = 0.80, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 47 239 239 -
CMYK 0.80 0 0 0.06
HSL 180º 0.86% 0.56% -
HSV(B) 180º 0.8% 0.94% -
XYZ 47.62 68.57 92.39 -
YUV 181.59 160.39 32 -
System Red Green Blue C M Y K H S L
Decimal 47 239 239 0.80 0 0 0.06 180 0.86 0.56
Hex 2F EF EF 50 0 0 6 B4 56 38
Octal 57 357 357 120 0 0 6 264 126 70
Binary 101111 11101111 11101111 1010000 0 0 110 10110100 1010110 111000

Color Harmonies of #2FEFEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FEFEF

Black with #2FEFEF

Text Example


Text Example

White with #2FEFEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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