Html Css Color HEX #4CE9FA Turquoise Blue

📋 copy color: '#4CE9FA'

red 76 ◦ green 233 ◦ blue 250

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

Shades of Turquoise Blue #4CE9FA

Tints of Turquoise Blue #4CE9FA

RGB

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

 GREEN value IS 233 (91.41% from 255) = 41.68%

 BLUE value IS 250 (98.05% from 255) = 44.72%

R = 13.6%
G = 41.68%
B = 44.72%

CMYK

 C value IS 0.70

 M value IS 0.07

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#4CE9FA (or 0x4CE9FA) is known color: Turquoise Blue. HEX triplet: 4C, E9 and FA. RGB value is (76,233,250). Sum of RGB (Red+Green+Blue) = 76+233+250=559 (74% of max value = 765). Red value is 76 (30.08% from 255 or 13.60% from 559); Green value is 233 (91.41% from 255 or 41.68% from 559); Blue value is 250 (98.05% from 255 or 44.72% from 559); Max value from RGB is 250 - color contains mainly: blue. Hex color #4CE9FA is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #4CE9FA is #B31605. Grayscale: #BBBBBB. Windows color (decimal): -11736582 or 16443724. OLE color: 16443724.

HSL color Cylindrical-coordinate representation of color #4CE9FA: hue angle of 185.86º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4CE9FA is Cyan = 0.70, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 76 233 250 -
CMYK 0.70 0.07 0 0.02
HSL 185.86º 0.95% 0.64% -
HSV(B) 185.86º 0.7% 0.98% -
XYZ 49.37 66.72 100.72 -
YUV 188 162.99 48.12 -
System Red Green Blue C M Y K H S L
Decimal 76 233 250 0.70 0.07 0 0.02 185.86 0.95 0.64
Hex 4C E9 FA 46 7 0 2 BA 5F 40
Octal 114 351 372 106 7 0 2 272 137 100
Binary 1001100 11101001 11111010 1000110 111 0 10 10111010 1011111 1000000

Color Harmonies of #4CE9FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CE9FA

Black with #4CE9FA

Text Example


Text Example

White with #4CE9FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,233,250); }

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

background-color css

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

 a { background-color: rgb(76,233,250); }

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

border-color css

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

 span { border-color: rgb(76,233,250); }

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