Html Css Color HEX #4BFCDA Turquoise

📋 copy color: '#4BFCDA'

red 75 ◦ green 252 ◦ blue 218

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

Shades of Turquoise #4BFCDA

Tints of Turquoise #4BFCDA

RGB

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

 GREEN value IS 252 (98.83% from 255) = 46.24%

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

R = 13.76%
G = 46.24%
B = 40%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#4BFCDA (or 0x4BFCDA) is known color: Turquoise. HEX triplet: 4B, FC and DA. RGB value is (75,252,218). Sum of RGB (Red+Green+Blue) = 75+252+218=545 (72% of max value = 765). Red value is 75 (29.69% from 255 or 13.76% from 545); Green value is 252 (98.83% from 255 or 46.24% from 545); Blue value is 218 (85.55% from 255 or 40% from 545); Max value from RGB is 252 - color contains mainly: green. Hex color #4BFCDA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4BFCDA is #B40325. Grayscale: #C3C3C3. Windows color (decimal): -11797286 or 14351435. OLE color: 14351435.

HSL color Cylindrical-coordinate representation of color #4BFCDA: hue angle of 168.47º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4BFCDA is Cyan = 0.70, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.

Color convert

RGB 75 252 218 -
CMYK 0.70 0 0.13 0.01
HSL 168.47º 0.97% 0.64% -
HSV(B) 168.47º 0.7% 0.99% -
XYZ 50.37 76.18 78.38 -
YUV 195.2 140.86 42.26 -
System Red Green Blue C M Y K H S L
Decimal 75 252 218 0.70 0 0.13 0.01 168.47 0.97 0.64
Hex 4B FC DA 46 0 D 1 A8 61 40
Octal 113 374 332 106 0 15 1 250 141 100
Binary 1001011 11111100 11011010 1000110 0 1101 1 10101000 1100001 1000000

Color Harmonies of #4BFCDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BFCDA

Black with #4BFCDA

Text Example


Text Example

White with #4BFCDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,252,218); }

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

background-color css

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

 a { background-color: rgb(75,252,218); }

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

border-color css

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

 span { border-color: rgb(75,252,218); }

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