Html Css Color HEX #4CEDCF Turquoise

📋 copy color: '#4CEDCF'

red 76 ◦ green 237 ◦ blue 207

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

Shades of Turquoise #4CEDCF

Tints of Turquoise #4CEDCF

RGB

 RED value IS 76 (30.08% from 255) = 14.62%

 GREEN value IS 237 (92.97% from 255) = 45.58%

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

R = 14.62%
G = 45.58%
B = 39.81%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

#4CEDCF (or 0x4CEDCF) is known color: Turquoise. HEX triplet: 4C, ED and CF. RGB value is (76,237,207). Sum of RGB (Red+Green+Blue) = 76+237+207=520 (68% of max value = 765). Red value is 76 (30.08% from 255 or 14.62% from 520); Green value is 237 (92.97% from 255 or 45.58% from 520); Blue value is 207 (81.25% from 255 or 39.81% from 520); Max value from RGB is 237 - color contains mainly: green. Hex color #4CEDCF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4CEDCF is #B31230. Grayscale: #B9B9B9. Windows color (decimal): -11735601 or 13626700. OLE color: 13626700.

HSL color Cylindrical-coordinate representation of color #4CEDCF: hue angle of 168.82º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4CEDCF is Cyan = 0.68, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.

Color convert

RGB 76 237 207 -
CMYK 0.68 0 0.13 0.07
HSL 168.82º 0.82% 0.61% -
HSV(B) 168.82º 0.68% 0.93% -
XYZ 44.53 66.61 69.54 -
YUV 185.44 140.16 49.94 -
System Red Green Blue C M Y K H S L
Decimal 76 237 207 0.68 0 0.13 0.07 168.82 0.82 0.61
Hex 4C ED CF 44 0 D 7 A9 52 3D
Octal 114 355 317 104 0 15 7 251 122 75
Binary 1001100 11101101 11001111 1000100 0 1101 111 10101001 1010010 111101

Color Harmonies of #4CEDCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CEDCF

Black with #4CEDCF

Text Example


Text Example

White with #4CEDCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,237,207); }

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

background-color css

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

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

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

border-color css

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

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

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