Html Css Color HEX #4CDECF Turquoise

📋 copy color: '#4CDECF'

red 76 ◦ green 222 ◦ blue 207

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

Shades of Turquoise #4CDECF

Tints of Turquoise #4CDECF

RGB

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

 GREEN value IS 222 (87.11% from 255) = 43.96%

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

R = 15.05%
G = 43.96%
B = 40.99%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#4CDECF (or 0x4CDECF) is known color: Turquoise. HEX triplet: 4C, DE and CF. RGB value is (76,222,207). Sum of RGB (Red+Green+Blue) = 76+222+207=505 (66% of max value = 765). Red value is 76 (30.08% from 255 or 15.05% from 505); Green value is 222 (87.11% from 255 or 43.96% from 505); Blue value is 207 (81.25% from 255 or 40.99% from 505); Max value from RGB is 222 - color contains mainly: green. Hex color #4CDECF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CDECF is #B32130. Grayscale: #B0B0B0. Windows color (decimal): -11739441 or 13622860. OLE color: 13622860.

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

Color convert

RGB 76 222 207 -
CMYK 0.66 0 0.07 0.13
HSL 173.84º 0.69% 0.58% -
HSV(B) 173.84º 0.66% 0.87% -
XYZ 40.36 58.28 68.15 -
YUV 176.64 145.13 56.22 -
System Red Green Blue C M Y K H S L
Decimal 76 222 207 0.66 0 0.07 0.13 173.84 0.69 0.58
Hex 4C DE CF 42 0 7 D AE 45 3A
Octal 114 336 317 102 0 7 15 256 105 72
Binary 1001100 11011110 11001111 1000010 0 111 1101 10101110 1000101 111010

Color Harmonies of #4CDECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CDECF

Black with #4CDECF

Text Example


Text Example

White with #4CDECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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