Html Css Color HEX #4BCFCF Medium Turquoise

📋 copy color: '#4BCFCF'

red 75 ◦ green 207 ◦ blue 207

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

Shades of Medium Turquoise #4BCFCF

Tints of Medium Turquoise #4BCFCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 42.33%

R = 15.34%
G = 42.33%
B = 42.33%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4BCFCF (or 0x4BCFCF) is known color: Medium Turquoise. HEX triplet: 4B, CF and CF. RGB value is (75,207,207). Sum of RGB (Red+Green+Blue) = 75+207+207=489 (64% of max value = 765). Red value is 75 (29.69% from 255 or 15.34% from 489); Green value is 207 (81.25% from 255 or 42.33% from 489); Blue value is 207 (81.25% from 255 or 42.33% from 489); Max value from RGB is 207 - color contains mainly: green, blue. Hex color #4BCFCF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4BCFCF is #B43030. Grayscale: #A7A7A7. Windows color (decimal): -11808817 or 13619019. OLE color: 13619019.

HSL color Cylindrical-coordinate representation of color #4BCFCF: hue angle of 180º 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 #4BCFCF is Cyan = 0.64, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 75 207 207 -
CMYK 0.64 0 0 0.19
HSL 180º 0.58% 0.55% -
HSV(B) 180º 0.64% 0.81% -
XYZ 36.48 50.63 66.88 -
YUV 167.53 150.27 62 -
System Red Green Blue C M Y K H S L
Decimal 75 207 207 0.64 0 0 0.19 180 0.58 0.55
Hex 4B CF CF 40 0 0 13 B4 3A 37
Octal 113 317 317 100 0 0 23 264 72 67
Binary 1001011 11001111 11001111 1000000 0 0 10011 10110100 111010 110111

Color Harmonies of #4BCFCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BCFCF

Black with #4BCFCF

Text Example


Text Example

White with #4BCFCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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