Html Css Color HEX #4CEDDF Turquoise

📋 copy color: '#4CEDDF'

red 76 ◦ green 237 ◦ blue 223

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

Shades of Turquoise #4CEDDF

Tints of Turquoise #4CEDDF

RGB

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

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

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

R = 14.18%
G = 44.22%
B = 41.6%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#4CEDDF (or 0x4CEDDF) is known color: Turquoise. HEX triplet: 4C, ED and DF. RGB value is (76,237,223). Sum of RGB (Red+Green+Blue) = 76+237+223=536 (70% of max value = 765). Red value is 76 (30.08% from 255 or 14.18% from 536); Green value is 237 (92.97% from 255 or 44.22% from 536); Blue value is 223 (87.5% from 255 or 41.60% from 536); Max value from RGB is 237 - color contains mainly: green. Hex color #4CEDDF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4CEDDF is #B31220. Grayscale: #BBBBBB. Windows color (decimal): -11735585 or 14675276. OLE color: 14675276.

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

Color convert

RGB 76 237 223 -
CMYK 0.68 0 0.06 0.07
HSL 174.78º 0.82% 0.61% -
HSV(B) 174.78º 0.68% 0.93% -
XYZ 46.58 67.43 80.37 -
YUV 187.27 148.16 48.64 -
System Red Green Blue C M Y K H S L
Decimal 76 237 223 0.68 0 0.06 0.07 174.78 0.82 0.61
Hex 4C ED DF 44 0 6 7 AF 52 3D
Octal 114 355 337 104 0 6 7 257 122 75
Binary 1001100 11101101 11011111 1000100 0 110 111 10101111 1010010 111101

Color Harmonies of #4CEDDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CEDDF

Black with #4CEDDF

Text Example


Text Example

White with #4CEDDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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