Html Css Color HEX #2FCFDD Turquoise

📋 copy color: '#2FCFDD'

red 47 ◦ green 207 ◦ blue 221

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

Shades of Turquoise #2FCFDD

Tints of Turquoise #2FCFDD

RGB

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

 GREEN value IS 207 (81.25% from 255) = 43.58%

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

R = 9.89%
G = 43.58%
B = 46.53%

CMYK

 C value IS 0.79

 M value IS 0.06

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2FCFDD (or 0x2FCFDD) is known color: Turquoise. HEX triplet: 2F, CF and DD. RGB value is (47,207,221). Sum of RGB (Red+Green+Blue) = 47+207+221=475 (62% of max value = 765). Red value is 47 (18.75% from 255 or 9.89% from 475); Green value is 207 (81.25% from 255 or 43.58% from 475); Blue value is 221 (86.72% from 255 or 46.53% from 475); Max value from RGB is 221 - color contains mainly: blue. Hex color #2FCFDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2FCFDD is #D03022. Grayscale: #A0A0A0. Windows color (decimal): -13643811 or 14536495. OLE color: 14536495.

HSL color Cylindrical-coordinate representation of color #2FCFDD: hue angle of 184.83º degrees, saturation: 0.72, 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 #2FCFDD is Cyan = 0.79, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 47 207 221 -
CMYK 0.79 0.06 0 0.13
HSL 184.83º 0.72% 0.53% -
HSV(B) 184.83º 0.79% 0.87% -
XYZ 36.54 50.45 76.22 -
YUV 160.76 161.99 46.86 -
System Red Green Blue C M Y K H S L
Decimal 47 207 221 0.79 0.06 0 0.13 184.83 0.72 0.53
Hex 2F CF DD 4F 6 0 D B9 48 35
Octal 57 317 335 117 6 0 15 271 110 65
Binary 101111 11001111 11011101 1001111 110 0 1101 10111001 1001000 110101

Color Harmonies of #2FCFDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FCFDD

Black with #2FCFDD

Text Example


Text Example

White with #2FCFDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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