Html Css Color HEX #4CDFBA Turquoise

📋 copy color: '#4CDFBA'

red 76 ◦ green 223 ◦ blue 186

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

Shades of Turquoise #4CDFBA

Tints of Turquoise #4CDFBA

RGB

 RED value IS 76 (30.08% from 255) = 15.67%

 GREEN value IS 223 (87.5% from 255) = 45.98%

 BLUE value IS 186 (73.05% from 255) = 38.35%

R = 15.67%
G = 45.98%
B = 38.35%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.17

 K value IS 0.13

RGB Variations

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

Color information

#4CDFBA (or 0x4CDFBA) is known color: Turquoise. HEX triplet: 4C, DF and BA. RGB value is (76,223,186). Sum of RGB (Red+Green+Blue) = 76+223+186=485 (64% of max value = 765). Red value is 76 (30.08% from 255 or 15.67% from 485); Green value is 223 (87.5% from 255 or 45.98% from 485); Blue value is 186 (73.05% from 255 or 38.35% from 485); Max value from RGB is 223 - color contains mainly: green. Hex color #4CDFBA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CDFBA is #B32045. Grayscale: #AEAEAE. Windows color (decimal): -11739206 or 12246860. OLE color: 12246860.

HSL color Cylindrical-coordinate representation of color #4CDFBA: hue angle of 164.9º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4CDFBA is Cyan = 0.66, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.13.

Color convert

RGB 76 223 186 -
CMYK 0.66 0 0.17 0.13
HSL 164.9º 0.7% 0.59% -
HSV(B) 164.9º 0.66% 0.87% -
XYZ 38.23 57.86 55.61 -
YUV 174.83 134.3 57.51 -
System Red Green Blue C M Y K H S L
Decimal 76 223 186 0.66 0 0.17 0.13 164.9 0.7 0.59
Hex 4C DF BA 42 0 11 D A5 46 3B
Octal 114 337 272 102 0 21 15 245 106 73
Binary 1001100 11011111 10111010 1000010 0 10001 1101 10100101 1000110 111011

Color Harmonies of #4CDFBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CDFBA

Black with #4CDFBA

Text Example


Text Example

White with #4CDFBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4CDFBA; }

 p { color: rgb(76,223,186); }

 H1.HeaderClassName
 {
   color: #4CDFBA;
 }
 .AnyTagClassName
 {
   color: #4CDFBA;
 }
</style>

background-color css

<style>
 a { background-color: #4CDFBA; }

 a { background-color: rgb(76,223,186); }

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

border-color css

<style>
 span { border-color: #4CDFBA; }

 span { border-color: rgb(76,223,186); }

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