Html Css Color HEX #2FDEDF Turquoise

📋 copy color: '#2FDEDF'

red 47 ◦ green 222 ◦ blue 223

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

Shades of Turquoise #2FDEDF

Tints of Turquoise #2FDEDF

RGB

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

 GREEN value IS 222 (87.11% from 255) = 45.12%

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

R = 9.55%
G = 45.12%
B = 45.33%

CMYK

 C value IS 0.79

 M value IS 0.00

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2FDEDF (or 0x2FDEDF) is known color: Turquoise. HEX triplet: 2F, DE and DF. RGB value is (47,222,223). Sum of RGB (Red+Green+Blue) = 47+222+223=492 (65% of max value = 765). Red value is 47 (18.75% from 255 or 9.55% from 492); Green value is 222 (87.11% from 255 or 45.12% from 492); Blue value is 223 (87.5% from 255 or 45.33% from 492); Max value from RGB is 223 - color contains mainly: blue. Hex color #2FDEDF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2FDEDF is #D02120. Grayscale: #A9A9A9. Windows color (decimal): -13639969 or 14671407. OLE color: 14671407.

HSL color Cylindrical-coordinate representation of color #2FDEDF: hue angle of 180.34º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2FDEDF is Cyan = 0.79, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 47 222 223 -
CMYK 0.79 0.00 0 0.13
HSL 180.34º 0.73% 0.53% -
HSV(B) 180.34º 0.79% 0.87% -
XYZ 40.61 58.17 78.9 -
YUV 169.79 158.02 40.42 -
System Red Green Blue C M Y K H S L
Decimal 47 222 223 0.79 0.00 0 0.13 180.34 0.73 0.53
Hex 2F DE DF 4F 0 0 D B4 49 35
Octal 57 336 337 117 0 0 15 264 111 65
Binary 101111 11011110 11011111 1001111 0 0 1101 10110100 1001001 110101

Color Harmonies of #2FDEDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FDEDF

Black with #2FDEDF

Text Example


Text Example

White with #2FDEDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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