Html Css Color HEX #2FFBCB Turquoise

📋 copy color: '#2FFBCB'

red 47 ◦ green 251 ◦ blue 203

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

Shades of Turquoise #2FFBCB

Tints of Turquoise #2FFBCB

RGB

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

 GREEN value IS 251 (98.44% from 255) = 50.1%

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

R = 9.38%
G = 50.1%
B = 40.52%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.19

 K value IS 0.02

RGB Variations

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

Color information

#2FFBCB (or 0x2FFBCB) is known color: Turquoise. HEX triplet: 2F, FB and CB. RGB value is (47,251,203). Sum of RGB (Red+Green+Blue) = 47+251+203=501 (66% of max value = 765). Red value is 47 (18.75% from 255 or 9.38% from 501); Green value is 251 (98.44% from 255 or 50.10% from 501); Blue value is 203 (79.69% from 255 or 40.52% from 501); Max value from RGB is 251 - color contains mainly: green. Hex color #2FFBCB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2FFBCB is #D00434. Grayscale: #B8B8B8. Windows color (decimal): -13632565 or 13368111. OLE color: 13368111.

HSL color Cylindrical-coordinate representation of color #2FFBCB: hue angle of 165.88º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2FFBCB is Cyan = 0.81, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.

Color convert

RGB 47 251 203 -
CMYK 0.81 0 0.19 0.02
HSL 165.88º 0.96% 0.58% -
HSV(B) 165.88º 0.81% 0.98% -
XYZ 46.45 73.91 68.32 -
YUV 184.53 138.41 29.9 -
System Red Green Blue C M Y K H S L
Decimal 47 251 203 0.81 0 0.19 0.02 165.88 0.96 0.58
Hex 2F FB CB 51 0 13 2 A6 60 3A
Octal 57 373 313 121 0 23 2 246 140 72
Binary 101111 11111011 11001011 1010001 0 10011 10 10100110 1100000 111010

Color Harmonies of #2FFBCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FFBCB

Black with #2FFBCB

Text Example


Text Example

White with #2FFBCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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