Html Css Color HEX #2FECCB Turquoise

📋 copy color: '#2FECCB'

red 47 ◦ green 236 ◦ blue 203

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

Shades of Turquoise #2FECCB

Tints of Turquoise #2FECCB

RGB

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

 GREEN value IS 236 (92.58% from 255) = 48.56%

 BLUE value IS 203 (79.69% from 255) = 41.77%

R = 9.67%
G = 48.56%
B = 41.77%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#2FECCB (or 0x2FECCB) is known color: Turquoise. HEX triplet: 2F, EC and CB. RGB value is (47,236,203). Sum of RGB (Red+Green+Blue) = 47+236+203=486 (64% of max value = 765). Red value is 47 (18.75% from 255 or 9.67% from 486); Green value is 236 (92.58% from 255 or 48.56% from 486); Blue value is 203 (79.69% from 255 or 41.77% from 486); Max value from RGB is 236 - color contains mainly: green. Hex color #2FECCB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2FECCB is #D01334. Grayscale: #AFAFAF. Windows color (decimal): -13636405 or 13364271. OLE color: 13364271.

HSL color Cylindrical-coordinate representation of color #2FECCB: hue angle of 169.52º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2FECCB is Cyan = 0.80, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB 47 236 203 -
CMYK 0.80 0 0.14 0.07
HSL 169.52º 0.83% 0.55% -
HSV(B) 169.52º 0.8% 0.93% -
XYZ 41.95 64.91 66.82 -
YUV 175.73 143.38 36.18 -
System Red Green Blue C M Y K H S L
Decimal 47 236 203 0.80 0 0.14 0.07 169.52 0.83 0.55
Hex 2F EC CB 50 0 E 7 AA 53 37
Octal 57 354 313 120 0 16 7 252 123 67
Binary 101111 11101100 11001011 1010000 0 1110 111 10101010 1010011 110111

Color Harmonies of #2FECCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FECCB

Black with #2FECCB

Text Example


Text Example

White with #2FECCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,236,203); }

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

background-color css

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

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

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

border-color css

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

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

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