Html Css Color HEX #4CDFFA Turquoise Blue

📋 copy color: '#4CDFFA'

red 76 ◦ green 223 ◦ blue 250

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

Shades of Turquoise Blue #4CDFFA

Tints of Turquoise Blue #4CDFFA

RGB

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

 GREEN value IS 223 (87.5% from 255) = 40.62%

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

R = 13.84%
G = 40.62%
B = 45.54%

CMYK

 C value IS 0.70

 M value IS 0.11

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#4CDFFA (or 0x4CDFFA) is known color: Turquoise Blue. HEX triplet: 4C, DF and FA. RGB value is (76,223,250). Sum of RGB (Red+Green+Blue) = 76+223+250=549 (72% of max value = 765). Red value is 76 (30.08% from 255 or 13.84% from 549); Green value is 223 (87.5% from 255 or 40.62% from 549); Blue value is 250 (98.05% from 255 or 45.54% from 549); Max value from RGB is 250 - color contains mainly: blue. Hex color #4CDFFA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4CDFFA is #B32005. Grayscale: #B5B5B5. Windows color (decimal): -11739142 or 16441164. OLE color: 16441164.

HSL color Cylindrical-coordinate representation of color #4CDFFA: hue angle of 189.31º 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 #4CDFFA is Cyan = 0.70, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 76 223 250 -
CMYK 0.70 0.11 0 0.02
HSL 189.31º 0.95% 0.64% -
HSV(B) 189.31º 0.7% 0.98% -
XYZ 46.62 61.21 99.8 -
YUV 182.13 166.3 52.3 -
System Red Green Blue C M Y K H S L
Decimal 76 223 250 0.70 0.11 0 0.02 189.31 0.95 0.64
Hex 4C DF FA 46 B 0 2 BD 5F 40
Octal 114 337 372 106 13 0 2 275 137 100
Binary 1001100 11011111 11111010 1000110 1011 0 10 10111101 1011111 1000000

Color Harmonies of #4CDFFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CDFFA

Black with #4CDFFA

Text Example


Text Example

White with #4CDFFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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