Html Css Color HEX #4BCFDF Medium Turquoise

📋 copy color: '#4BCFDF'

red 75 ◦ green 207 ◦ blue 223

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

Shades of Medium Turquoise #4BCFDF

Tints of Medium Turquoise #4BCFDF

RGB

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

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

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

R = 14.85%
G = 40.99%
B = 44.16%

CMYK

 C value IS 0.66

 M value IS 0.07

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4BCFDF (or 0x4BCFDF) is known color: Medium Turquoise. HEX triplet: 4B, CF and DF. RGB value is (75,207,223). Sum of RGB (Red+Green+Blue) = 75+207+223=505 (66% of max value = 765). Red value is 75 (29.69% from 255 or 14.85% from 505); Green value is 207 (81.25% from 255 or 40.99% from 505); Blue value is 223 (87.5% from 255 or 44.16% from 505); Max value from RGB is 223 - color contains mainly: blue. Hex color #4BCFDF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4BCFDF is #B43020. Grayscale: #A9A9A9. Windows color (decimal): -11808801 or 14667595. OLE color: 14667595.

HSL color Cylindrical-coordinate representation of color #4BCFDF: hue angle of 186.49º 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 #4BCFDF is Cyan = 0.66, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 75 207 223 -
CMYK 0.66 0.07 0 0.13
HSL 186.49º 0.7% 0.58% -
HSV(B) 186.49º 0.66% 0.87% -
XYZ 38.53 51.45 77.71 -
YUV 169.36 158.27 60.7 -
System Red Green Blue C M Y K H S L
Decimal 75 207 223 0.66 0.07 0 0.13 186.49 0.7 0.58
Hex 4B CF DF 42 7 0 D BA 46 3A
Octal 113 317 337 102 7 0 15 272 106 72
Binary 1001011 11001111 11011111 1000010 111 0 1101 10111010 1000110 111010

Color Harmonies of #4BCFDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BCFDF

Black with #4BCFDF

Text Example


Text Example

White with #4BCFDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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