Html Css Color HEX #2FEFDF Turquoise

📋 copy color: '#2FEFDF'

red 47 ◦ green 239 ◦ blue 223

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

Shades of Turquoise #2FEFDF

Tints of Turquoise #2FEFDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 43.81%

R = 9.23%
G = 46.95%
B = 43.81%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.07

 K value IS 0.06

RGB Variations

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

Color information

#2FEFDF (or 0x2FEFDF) is known color: Turquoise. HEX triplet: 2F, EF and DF. RGB value is (47,239,223). Sum of RGB (Red+Green+Blue) = 47+239+223=509 (67% of max value = 765). Red value is 47 (18.75% from 255 or 9.23% from 509); Green value is 239 (93.75% from 255 or 46.95% from 509); Blue value is 223 (87.5% from 255 or 43.81% from 509); Max value from RGB is 239 - color contains mainly: green. Hex color #2FEFDF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2FEFDF is #D01020. Grayscale: #B3B3B3. Windows color (decimal): -13635617 or 14675759. OLE color: 14675759.

HSL color Cylindrical-coordinate representation of color #2FEFDF: hue angle of 175º 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 #2FEFDF is Cyan = 0.80, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.06.

Color convert

RGB 47 239 223 -
CMYK 0.80 0 0.07 0.06
HSL 175º 0.86% 0.56% -
HSV(B) 175º 0.8% 0.94% -
XYZ 45.36 67.67 80.48 -
YUV 179.77 152.39 33.3 -
System Red Green Blue C M Y K H S L
Decimal 47 239 223 0.80 0 0.07 0.06 175 0.86 0.56
Hex 2F EF DF 50 0 7 6 AF 56 38
Octal 57 357 337 120 0 7 6 257 126 70
Binary 101111 11101111 11011111 1010000 0 111 110 10101111 1010110 111000

Color Harmonies of #2FEFDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FEFDF

Black with #2FEFDF

Text Example


Text Example

White with #2FEFDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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