Html Css Color HEX #4CD3EA Turquoise Blue

📋 copy color: '#4CD3EA'

red 76 ◦ green 211 ◦ blue 234

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

Shades of Turquoise Blue #4CD3EA

Tints of Turquoise Blue #4CD3EA

RGB

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

 GREEN value IS 211 (82.81% from 255) = 40.5%

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

R = 14.59%
G = 40.5%
B = 44.91%

CMYK

 C value IS 0.68

 M value IS 0.10

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#4CD3EA (or 0x4CD3EA) is known color: Turquoise Blue. HEX triplet: 4C, D3 and EA. RGB value is (76,211,234). Sum of RGB (Red+Green+Blue) = 76+211+234=521 (69% of max value = 765). Red value is 76 (30.08% from 255 or 14.59% from 521); Green value is 211 (82.81% from 255 or 40.50% from 521); Blue value is 234 (91.80% from 255 or 44.91% from 521); Max value from RGB is 234 - color contains mainly: blue. Hex color #4CD3EA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4CD3EA is #B32C15. Grayscale: #ADADAD. Windows color (decimal): -11742230 or 15389516. OLE color: 15389516.

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

Color convert

RGB 76 211 234 -
CMYK 0.68 0.10 0 0.08
HSL 188.73º 0.79% 0.61% -
HSV(B) 188.73º 0.68% 0.92% -
XYZ 41.13 54.07 86.11 -
YUV 173.26 162.27 58.63 -
System Red Green Blue C M Y K H S L
Decimal 76 211 234 0.68 0.10 0 0.08 188.73 0.79 0.61
Hex 4C D3 EA 44 A 0 8 BD 4F 3D
Octal 114 323 352 104 12 0 10 275 117 75
Binary 1001100 11010011 11101010 1000100 1010 0 1000 10111101 1001111 111101

Color Harmonies of #4CD3EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CD3EA

Black with #4CD3EA

Text Example


Text Example

White with #4CD3EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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