Html Css Color HEX #2FFDCC Turquoise

📋 copy color: '#2FFDCC'

red 47 ◦ green 253 ◦ blue 204

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

Shades of Turquoise #2FFDCC

Tints of Turquoise #2FFDCC

RGB

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

 GREEN value IS 253 (99.22% from 255) = 50.2%

 BLUE value IS 204 (80.08% from 255) = 40.48%

R = 9.33%
G = 50.2%
B = 40.48%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#2FFDCC (or 0x2FFDCC) is known color: Turquoise. HEX triplet: 2F, FD and CC. RGB value is (47,253,204). Sum of RGB (Red+Green+Blue) = 47+253+204=504 (66% of max value = 765). Red value is 47 (18.75% from 255 or 9.33% from 504); Green value is 253 (99.22% from 255 or 50.20% from 504); Blue value is 204 (80.08% from 255 or 40.48% from 504); Max value from RGB is 253 - color contains mainly: green. Hex color #2FFDCC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2FFDCC is #D00233. Grayscale: #B9B9B9. Windows color (decimal): -13632052 or 13434159. OLE color: 13434159.

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

Color convert

RGB 47 253 204 -
CMYK 0.81 0 0.19 0.01
HSL 165.73º 0.98% 0.59% -
HSV(B) 165.73º 0.81% 0.99% -
XYZ 47.2 75.21 69.16 -
YUV 185.82 138.25 28.98 -
System Red Green Blue C M Y K H S L
Decimal 47 253 204 0.81 0 0.19 0.01 165.73 0.98 0.59
Hex 2F FD CC 51 0 13 1 A6 62 3B
Octal 57 375 314 121 0 23 1 246 142 73
Binary 101111 11111101 11001100 1010001 0 10011 1 10100110 1100010 111011

Color Harmonies of #2FFDCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FFDCC

Black with #2FFDCC

Text Example


Text Example

White with #2FFDCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,253,204); }

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

background-color css

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

 a { background-color: rgb(47,253,204); }

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

border-color css

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

 span { border-color: rgb(47,253,204); }

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