Html Css Color HEX #4BCFCB Medium Turquoise

📋 copy color: '#4BCFCB'

red 75 ◦ green 207 ◦ blue 203

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

Shades of Medium Turquoise #4BCFCB

Tints of Medium Turquoise #4BCFCB

RGB

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

 GREEN value IS 207 (81.25% from 255) = 42.68%

 BLUE value IS 203 (79.69% from 255) = 41.86%

R = 15.46%
G = 42.68%
B = 41.86%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.02

 K value IS 0.19

RGB Variations

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

Color information

#4BCFCB (or 0x4BCFCB) is known color: Medium Turquoise. HEX triplet: 4B, CF and CB. RGB value is (75,207,203). Sum of RGB (Red+Green+Blue) = 75+207+203=485 (64% of max value = 765). Red value is 75 (29.69% from 255 or 15.46% from 485); Green value is 207 (81.25% from 255 or 42.68% from 485); Blue value is 203 (79.69% from 255 or 41.86% from 485); Max value from RGB is 207 - color contains mainly: green. Hex color #4BCFCB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4BCFCB is #B43034. Grayscale: #A6A6A6. Windows color (decimal): -11808821 or 13356875. OLE color: 13356875.

HSL color Cylindrical-coordinate representation of color #4BCFCB: hue angle of 178.18º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4BCFCB is Cyan = 0.64, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.19.

Color convert

RGB 75 207 203 -
CMYK 0.64 0 0.02 0.19
HSL 178.18º 0.58% 0.55% -
HSV(B) 178.18º 0.64% 0.81% -
XYZ 35.99 50.43 64.34 -
YUV 167.08 148.27 62.33 -
System Red Green Blue C M Y K H S L
Decimal 75 207 203 0.64 0 0.02 0.19 178.18 0.58 0.55
Hex 4B CF CB 40 0 2 13 B2 3A 37
Octal 113 317 313 100 0 2 23 262 72 67
Binary 1001011 11001111 11001011 1000000 0 10 10011 10110010 111010 110111

Color Harmonies of #4BCFCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BCFCB

Black with #4BCFCB

Text Example


Text Example

White with #4BCFCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,207,203); }

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

background-color css

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

 a { background-color: rgb(75,207,203); }

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

border-color css

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

 span { border-color: rgb(75,207,203); }

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