Html Css Color HEX #2FEBDF Turquoise

📋 copy color: '#2FEBDF'

red 47 ◦ green 235 ◦ blue 223

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

Shades of Turquoise #2FEBDF

Tints of Turquoise #2FEBDF

RGB

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

 GREEN value IS 235 (92.19% from 255) = 46.53%

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

R = 9.31%
G = 46.53%
B = 44.16%

CMYK

 C value IS 0.8

 M value IS 0

 Y value IS 0.05

 K value IS 0.08

RGB Variations

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

Color information

#2FEBDF (or 0x2FEBDF) is known color: Turquoise. HEX triplet: 2F, EB and DF. RGB value is (47,235,223). Sum of RGB (Red+Green+Blue) = 47+235+223=505 (66% of max value = 765). Red value is 47 (18.75% from 255 or 9.31% from 505); Green value is 235 (92.19% from 255 or 46.53% from 505); Blue value is 223 (87.5% from 255 or 44.16% from 505); Max value from RGB is 235 - color contains mainly: green. Hex color #2FEBDF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2FEBDF is #D01420. Grayscale: #B1B1B1. Windows color (decimal): -13636641 or 14674735. OLE color: 14674735.

HSL color Cylindrical-coordinate representation of color #2FEBDF: hue angle of 176.17º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2FEBDF is Cyan = 0.8, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.08.

Color convert

RGB 47 235 223 -
CMYK 0.8 0 0.05 0.08
HSL 176.17º 0.82% 0.55% -
HSV(B) 176.17º 0.8% 0.92% -
XYZ 44.2 65.35 80.1 -
YUV 177.42 153.72 34.98 -
System Red Green Blue C M Y K H S L
Decimal 47 235 223 0.8 0 0.05 0.08 176.17 0.82 0.55
Hex 2F EB DF 50 0 5 8 B0 52 37
Octal 57 353 337 120 0 5 10 260 122 67
Binary 101111 11101011 11011111 1010000 0 101 1000 10110000 1010010 110111

Color Harmonies of #2FEBDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FEBDF

Black with #2FEBDF

Text Example


Text Example

White with #2FEBDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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