Html Css Color HEX #4CDAEA Turquoise Blue

📋 copy color: '#4CDAEA'

red 76 ◦ green 218 ◦ blue 234

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

Shades of Turquoise Blue #4CDAEA

Tints of Turquoise Blue #4CDAEA

RGB

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

 GREEN value IS 218 (85.55% from 255) = 41.29%

 BLUE value IS 234 (91.8% from 255) = 44.32%

R = 14.39%
G = 41.29%
B = 44.32%

CMYK

 C value IS 0.68

 M value IS 0.07

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#4CDAEA (or 0x4CDAEA) is known color: Turquoise Blue. HEX triplet: 4C, DA and EA. RGB value is (76,218,234). Sum of RGB (Red+Green+Blue) = 76+218+234=528 (69% of max value = 765). Red value is 76 (30.08% from 255 or 14.39% from 528); Green value is 218 (85.55% from 255 or 41.29% from 528); Blue value is 234 (91.80% from 255 or 44.32% from 528); Max value from RGB is 234 - color contains mainly: blue. Hex color #4CDAEA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4CDAEA is #B32515. Grayscale: #B1B1B1. Windows color (decimal): -11740438 or 15391308. OLE color: 15391308.

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

Color convert

RGB 76 218 234 -
CMYK 0.68 0.07 0 0.08
HSL 186.08º 0.79% 0.61% -
HSV(B) 186.08º 0.68% 0.92% -
XYZ 42.9 57.62 86.7 -
YUV 177.37 159.96 55.7 -
System Red Green Blue C M Y K H S L
Decimal 76 218 234 0.68 0.07 0 0.08 186.08 0.79 0.61
Hex 4C DA EA 44 7 0 8 BA 4F 3D
Octal 114 332 352 104 7 0 10 272 117 75
Binary 1001100 11011010 11101010 1000100 111 0 1000 10111010 1001111 111101

Color Harmonies of #4CDAEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CDAEA

Black with #4CDAEA

Text Example


Text Example

White with #4CDAEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,218,234); }

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

background-color css

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

 a { background-color: rgb(76,218,234); }

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

border-color css

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

 span { border-color: rgb(76,218,234); }

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