Html Css Color HEX #2FCEDF Turquoise

📋 copy color: '#2FCEDF'

red 47 ◦ green 206 ◦ blue 223

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

Shades of Turquoise #2FCEDF

Tints of Turquoise #2FCEDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 46.85%

R = 9.87%
G = 43.28%
B = 46.85%

CMYK

 C value IS 0.79

 M value IS 0.08

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2FCEDF (or 0x2FCEDF) is known color: Turquoise. HEX triplet: 2F, CE and DF. RGB value is (47,206,223). Sum of RGB (Red+Green+Blue) = 47+206+223=476 (63% of max value = 765). Red value is 47 (18.75% from 255 or 9.87% from 476); Green value is 206 (80.86% from 255 or 43.28% from 476); Blue value is 223 (87.5% from 255 or 46.85% from 476); Max value from RGB is 223 - color contains mainly: blue. Hex color #2FCEDF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2FCEDF is #D03120. Grayscale: #A0A0A0. Windows color (decimal): -13644065 or 14667311. OLE color: 14667311.

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

Color convert

RGB 47 206 223 -
CMYK 0.79 0.08 0 0.13
HSL 185.8º 0.73% 0.53% -
HSV(B) 185.8º 0.79% 0.87% -
XYZ 36.56 50.07 77.55 -
YUV 160.4 163.32 47.12 -
System Red Green Blue C M Y K H S L
Decimal 47 206 223 0.79 0.08 0 0.13 185.8 0.73 0.53
Hex 2F CE DF 4F 8 0 D BA 49 35
Octal 57 316 337 117 10 0 15 272 111 65
Binary 101111 11001110 11011111 1001111 1000 0 1101 10111010 1001001 110101

Color Harmonies of #2FCEDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FCEDF

Black with #2FCEDF

Text Example


Text Example

White with #2FCEDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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