Html Css Color HEX #4BDCCF Turquoise

📋 copy color: '#4BDCCF'

red 75 ◦ green 220 ◦ blue 207

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

Shades of Turquoise #4BDCCF

Tints of Turquoise #4BDCCF

RGB

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

 GREEN value IS 220 (86.33% from 255) = 43.82%

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

R = 14.94%
G = 43.82%
B = 41.24%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.06

 K value IS 0.14

RGB Variations

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

Color information

#4BDCCF (or 0x4BDCCF) is known color: Turquoise. HEX triplet: 4B, DC and CF. RGB value is (75,220,207). Sum of RGB (Red+Green+Blue) = 75+220+207=502 (66% of max value = 765). Red value is 75 (29.69% from 255 or 14.94% from 502); Green value is 220 (86.33% from 255 or 43.82% from 502); Blue value is 207 (81.25% from 255 or 41.24% from 502); Max value from RGB is 220 - color contains mainly: green. Hex color #4BDCCF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4BDCCF is #B42330. Grayscale: #AFAFAF. Windows color (decimal): -11805489 or 13622347. OLE color: 13622347.

HSL color Cylindrical-coordinate representation of color #4BDCCF: hue angle of 174.62º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4BDCCF is Cyan = 0.66, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.14.

Color convert

RGB 75 220 207 -
CMYK 0.66 0 0.06 0.14
HSL 174.62º 0.67% 0.58% -
HSV(B) 174.62º 0.66% 0.86% -
XYZ 39.76 57.19 67.97 -
YUV 175.16 145.96 56.56 -
System Red Green Blue C M Y K H S L
Decimal 75 220 207 0.66 0 0.06 0.14 174.62 0.67 0.58
Hex 4B DC CF 42 0 6 E AF 43 3A
Octal 113 334 317 102 0 6 16 257 103 72
Binary 1001011 11011100 11001111 1000010 0 110 1110 10101111 1000011 111010

Color Harmonies of #4BDCCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BDCCF

Black with #4BDCCF

Text Example


Text Example

White with #4BDCCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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