Html Css Color HEX #2FCEDE Turquoise

📋 copy color: '#2FCEDE'

red 47 ◦ green 206 ◦ blue 222

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

Shades of Turquoise #2FCEDE

Tints of Turquoise #2FCEDE

RGB

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

 GREEN value IS 206 (80.86% from 255) = 43.37%

 BLUE value IS 222 (87.11% from 255) = 46.74%

R = 9.89%
G = 43.37%
B = 46.74%

CMYK

 C value IS 0.79

 M value IS 0.07

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2FCEDE (or 0x2FCEDE) is known color: Turquoise. HEX triplet: 2F, CE and DE. RGB value is (47,206,222). Sum of RGB (Red+Green+Blue) = 47+206+222=475 (62% of max value = 765). Red value is 47 (18.75% from 255 or 9.89% from 475); Green value is 206 (80.86% from 255 or 43.37% from 475); Blue value is 222 (87.11% from 255 or 46.74% from 475); Max value from RGB is 222 - color contains mainly: blue. Hex color #2FCEDE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2FCEDE is #D03121. Grayscale: #A0A0A0. Windows color (decimal): -13644066 or 14601775. OLE color: 14601775.

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

Color convert

RGB 47 206 222 -
CMYK 0.79 0.07 0 0.13
HSL 185.49º 0.73% 0.53% -
HSV(B) 185.49º 0.79% 0.87% -
XYZ 36.43 50.02 76.84 -
YUV 160.28 162.82 47.2 -
System Red Green Blue C M Y K H S L
Decimal 47 206 222 0.79 0.07 0 0.13 185.49 0.73 0.53
Hex 2F CE DE 4F 7 0 D B9 49 35
Octal 57 316 336 117 7 0 15 271 111 65
Binary 101111 11001110 11011110 1001111 111 0 1101 10111001 1001001 110101

Color Harmonies of #2FCEDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FCEDE

Black with #2FCEDE

Text Example


Text Example

White with #2FCEDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,206,222); }

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

background-color css

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

 a { background-color: rgb(47,206,222); }

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

border-color css

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

 span { border-color: rgb(47,206,222); }

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