Html Css Color HEX #2FDEBC Turquoise

📋 copy color: '#2FDEBC'

red 47 ◦ green 222 ◦ blue 188

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

Shades of Turquoise #2FDEBC

Tints of Turquoise #2FDEBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 41.14%

R = 10.28%
G = 48.58%
B = 41.14%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.15

 K value IS 0.13

RGB Variations

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

Color information

#2FDEBC (or 0x2FDEBC) is known color: Turquoise. HEX triplet: 2F, DE and BC. RGB value is (47,222,188). Sum of RGB (Red+Green+Blue) = 47+222+188=457 (60% of max value = 765). Red value is 47 (18.75% from 255 or 10.28% from 457); Green value is 222 (87.11% from 255 or 48.58% from 457); Blue value is 188 (73.83% from 255 or 41.14% from 457); Max value from RGB is 222 - color contains mainly: green. Hex color #2FDEBC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2FDEBC is #D02143. Grayscale: #A5A5A5. Windows color (decimal): -13640004 or 12377647. OLE color: 12377647.

HSL color Cylindrical-coordinate representation of color #2FDEBC: hue angle of 168.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 #2FDEBC is Cyan = 0.79, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.

Color convert

RGB 47 222 188 -
CMYK 0.79 0 0.15 0.13
HSL 168.34º 0.73% 0.53% -
HSV(B) 168.34º 0.79% 0.87% -
XYZ 36.37 56.48 56.56 -
YUV 165.8 140.52 43.26 -
System Red Green Blue C M Y K H S L
Decimal 47 222 188 0.79 0 0.15 0.13 168.34 0.73 0.53
Hex 2F DE BC 4F 0 F D A8 49 35
Octal 57 336 274 117 0 17 15 250 111 65
Binary 101111 11011110 10111100 1001111 0 1111 1101 10101000 1001001 110101

Color Harmonies of #2FDEBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FDEBC

Black with #2FDEBC

Text Example


Text Example

White with #2FDEBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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