Html Css Color HEX #2FCADA Medium Turquoise

📋 copy color: '#2FCADA'

red 47 ◦ green 202 ◦ blue 218

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

Shades of Medium Turquoise #2FCADA

Tints of Medium Turquoise #2FCADA

RGB

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

 GREEN value IS 202 (79.3% from 255) = 43.25%

 BLUE value IS 218 (85.55% from 255) = 46.68%

R = 10.06%
G = 43.25%
B = 46.68%

CMYK

 C value IS 0.78

 M value IS 0.07

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#2FCADA (or 0x2FCADA) is known color: Medium Turquoise. HEX triplet: 2F, CA and DA. RGB value is (47,202,218). Sum of RGB (Red+Green+Blue) = 47+202+218=467 (61% of max value = 765). Red value is 47 (18.75% from 255 or 10.06% from 467); Green value is 202 (79.30% from 255 or 43.25% from 467); Blue value is 218 (85.55% from 255 or 46.68% from 467); Max value from RGB is 218 - color contains mainly: blue. Hex color #2FCADA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2FCADA is #D03525. Grayscale: #9D9D9D. Windows color (decimal): -13645094 or 14338607. OLE color: 14338607.

HSL color Cylindrical-coordinate representation of color #2FCADA: hue angle of 185.61º degrees, saturation: 0.7, 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 #2FCADA is Cyan = 0.78, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 47 202 218 -
CMYK 0.78 0.07 0 0.15
HSL 185.61º 0.7% 0.52% -
HSV(B) 185.61º 0.78% 0.85% -
XYZ 34.95 47.91 73.73 -
YUV 157.48 162.15 49.2 -
System Red Green Blue C M Y K H S L
Decimal 47 202 218 0.78 0.07 0 0.15 185.61 0.7 0.52
Hex 2F CA DA 4E 7 0 F BA 46 34
Octal 57 312 332 116 7 0 17 272 106 64
Binary 101111 11001010 11011010 1001110 111 0 1111 10111010 1000110 110100

Color Harmonies of #2FCADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FCADA

Black with #2FCADA

Text Example


Text Example

White with #2FCADA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,202,218); }

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

background-color css

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

 a { background-color: rgb(47,202,218); }

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

border-color css

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

 span { border-color: rgb(47,202,218); }

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