Html Css Color HEX #4BDFD4 Turquoise

📋 copy color: '#4BDFD4'

red 75 ◦ green 223 ◦ blue 212

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

Shades of Turquoise #4BDFD4

Tints of Turquoise #4BDFD4

RGB

 RED value IS 75 (29.69% from 255) = 14.71%

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

 BLUE value IS 212 (83.2% from 255) = 41.57%

R = 14.71%
G = 43.73%
B = 41.57%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.05

 K value IS 0.13

RGB Variations

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

Color information

#4BDFD4 (or 0x4BDFD4) is known color: Turquoise. HEX triplet: 4B, DF and D4. RGB value is (75,223,212). Sum of RGB (Red+Green+Blue) = 75+223+212=510 (67% of max value = 765). Red value is 75 (29.69% from 255 or 14.71% from 510); Green value is 223 (87.5% from 255 or 43.73% from 510); Blue value is 212 (83.20% from 255 or 41.57% from 510); Max value from RGB is 223 - color contains mainly: green. Hex color #4BDFD4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4BDFD4 is #B4202B. Grayscale: #B1B1B1. Windows color (decimal): -11804716 or 13950795. OLE color: 13950795.

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

Color convert

RGB 75 223 212 -
CMYK 0.66 0 0.05 0.13
HSL 175.54º 0.7% 0.58% -
HSV(B) 175.54º 0.66% 0.87% -
XYZ 41.17 59.02 71.51 -
YUV 177.49 147.47 54.89 -
System Red Green Blue C M Y K H S L
Decimal 75 223 212 0.66 0 0.05 0.13 175.54 0.7 0.58
Hex 4B DF D4 42 0 5 D B0 46 3A
Octal 113 337 324 102 0 5 15 260 106 72
Binary 1001011 11011111 11010100 1000010 0 101 1101 10110000 1000110 111010

Color Harmonies of #4BDFD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BDFD4

Black with #4BDFD4

Text Example


Text Example

White with #4BDFD4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,223,212); }

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

background-color css

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

 a { background-color: rgb(75,223,212); }

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

border-color css

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

 span { border-color: rgb(75,223,212); }

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