Html Css Color HEX #2FFCDD Turquoise

📋 copy color: '#2FFCDD'

red 47 ◦ green 252 ◦ blue 221

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

Shades of Turquoise #2FFCDD

Tints of Turquoise #2FFCDD

RGB

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

 GREEN value IS 252 (98.83% from 255) = 48.46%

 BLUE value IS 221 (86.72% from 255) = 42.5%

R = 9.04%
G = 48.46%
B = 42.5%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.12

 K value IS 0.01

RGB Variations

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

Color information

#2FFCDD (or 0x2FFCDD) is known color: Turquoise. HEX triplet: 2F, FC and DD. RGB value is (47,252,221). Sum of RGB (Red+Green+Blue) = 47+252+221=520 (68% of max value = 765). Red value is 47 (18.75% from 255 or 9.04% from 520); Green value is 252 (98.83% from 255 or 48.46% from 520); Blue value is 221 (86.72% from 255 or 42.5% from 520); Max value from RGB is 252 - color contains mainly: green. Hex color #2FFCDD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2FFCDD is #D00322. Grayscale: #BBBBBB. Windows color (decimal): -13632291 or 14548015. OLE color: 14548015.

HSL color Cylindrical-coordinate representation of color #2FFCDD: hue angle of 170.93º degrees, saturation: 0.97, 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 #2FFCDD is Cyan = 0.81, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.

Color convert

RGB 47 252 221 -
CMYK 0.81 0 0.12 0.01
HSL 170.93º 0.97% 0.59% -
HSV(B) 170.93º 0.81% 0.99% -
XYZ 49.03 75.45 80.38 -
YUV 187.17 147.08 28.02 -
System Red Green Blue C M Y K H S L
Decimal 47 252 221 0.81 0 0.12 0.01 170.93 0.97 0.59
Hex 2F FC DD 51 0 C 1 AB 61 3B
Octal 57 374 335 121 0 14 1 253 141 73
Binary 101111 11111100 11011101 1010001 0 1100 1 10101011 1100001 111011

Color Harmonies of #2FFCDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FFCDD

Black with #2FFCDD

Text Example


Text Example

White with #2FFCDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,252,221); }

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

background-color css

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

 a { background-color: rgb(47,252,221); }

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

border-color css

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

 span { border-color: rgb(47,252,221); }

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