Html Css Color HEX #2FCBD9 Medium Turquoise

📋 copy color: '#2FCBD9'

red 47 ◦ green 203 ◦ blue 217

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

Shades of Medium Turquoise #2FCBD9

Tints of Medium Turquoise #2FCBD9

RGB

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

 GREEN value IS 203 (79.69% from 255) = 43.47%

 BLUE value IS 217 (85.16% from 255) = 46.47%

R = 10.06%
G = 43.47%
B = 46.47%

CMYK

 C value IS 0.78

 M value IS 0.06

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#2FCBD9 (or 0x2FCBD9) is known color: Medium Turquoise. HEX triplet: 2F, CB and D9. RGB value is (47,203,217). Sum of RGB (Red+Green+Blue) = 47+203+217=467 (61% of max value = 765). Red value is 47 (18.75% from 255 or 10.06% from 467); Green value is 203 (79.69% from 255 or 43.47% from 467); Blue value is 217 (85.16% from 255 or 46.47% from 467); Max value from RGB is 217 - color contains mainly: blue. Hex color #2FCBD9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2FCBD9 is #D03426. Grayscale: #9D9D9D. Windows color (decimal): -13644839 or 14273327. OLE color: 14273327.

HSL color Cylindrical-coordinate representation of color #2FCBD9: hue angle of 184.94º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2FCBD9 is Cyan = 0.78, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 47 203 217 -
CMYK 0.78 0.06 0 0.15
HSL 184.94º 0.69% 0.52% -
HSV(B) 184.94º 0.78% 0.85% -
XYZ 35.05 48.33 73.13 -
YUV 157.95 161.32 48.86 -
System Red Green Blue C M Y K H S L
Decimal 47 203 217 0.78 0.06 0 0.15 184.94 0.69 0.52
Hex 2F CB D9 4E 6 0 F B9 45 34
Octal 57 313 331 116 6 0 17 271 105 64
Binary 101111 11001011 11011001 1001110 110 0 1111 10111001 1000101 110100

Color Harmonies of #2FCBD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FCBD9

Black with #2FCBD9

Text Example


Text Example

White with #2FCBD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,203,217); }

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

background-color css

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

 a { background-color: rgb(47,203,217); }

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

border-color css

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

 span { border-color: rgb(47,203,217); }

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