Html Css Color HEX #4BFCDF Turquoise

📋 copy color: '#4BFCDF'

red 75 ◦ green 252 ◦ blue 223

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

Shades of Turquoise #4BFCDF

Tints of Turquoise #4BFCDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 40.55%

R = 13.64%
G = 45.82%
B = 40.55%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.12

 K value IS 0.01

RGB Variations

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

Color information

#4BFCDF (or 0x4BFCDF) is known color: Turquoise. HEX triplet: 4B, FC and DF. RGB value is (75,252,223). Sum of RGB (Red+Green+Blue) = 75+252+223=550 (72% of max value = 765). Red value is 75 (29.69% from 255 or 13.64% from 550); Green value is 252 (98.83% from 255 or 45.82% from 550); Blue value is 223 (87.5% from 255 or 40.55% from 550); Max value from RGB is 252 - color contains mainly: green. Hex color #4BFCDF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4BFCDF is #B40320. Grayscale: #C3C3C3. Windows color (decimal): -11797281 or 14679115. OLE color: 14679115.

HSL color Cylindrical-coordinate representation of color #4BFCDF: hue angle of 170.17º 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 #4BFCDF is Cyan = 0.70, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.

Color convert

RGB 75 252 223 -
CMYK 0.70 0 0.12 0.01
HSL 170.17º 0.97% 0.64% -
HSV(B) 170.17º 0.7% 0.99% -
XYZ 51.03 76.44 81.88 -
YUV 195.77 143.36 41.86 -
System Red Green Blue C M Y K H S L
Decimal 75 252 223 0.70 0 0.12 0.01 170.17 0.97 0.64
Hex 4B FC DF 46 0 C 1 AA 61 40
Octal 113 374 337 106 0 14 1 252 141 100
Binary 1001011 11111100 11011111 1000110 0 1100 1 10101010 1100001 1000000

Color Harmonies of #4BFCDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BFCDF

Black with #4BFCDF

Text Example


Text Example

White with #4BFCDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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