Html Css Color HEX #4CCFFE Turquoise Blue

📋 copy color: '#4CCFFE'

red 76 ◦ green 207 ◦ blue 254

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

Shades of Turquoise Blue #4CCFFE

Tints of Turquoise Blue #4CCFFE

RGB

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

 GREEN value IS 207 (81.25% from 255) = 38.55%

 BLUE value IS 254 (99.61% from 255) = 47.3%

R = 14.15%
G = 38.55%
B = 47.3%

CMYK

 C value IS 0.70

 M value IS 0.19

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#4CCFFE (or 0x4CCFFE) is known color: Turquoise Blue. HEX triplet: 4C, CF and FE. RGB value is (76,207,254). Sum of RGB (Red+Green+Blue) = 76+207+254=537 (71% of max value = 765). Red value is 76 (30.08% from 255 or 14.15% from 537); Green value is 207 (81.25% from 255 or 38.55% from 537); Blue value is 254 (99.61% from 255 or 47.30% from 537); Max value from RGB is 254 - color contains mainly: blue. Hex color #4CCFFE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4CCFFE is #B33001. Grayscale: #ACACAC. Windows color (decimal): -11743234 or 16699212. OLE color: 16699212.

HSL color Cylindrical-coordinate representation of color #4CCFFE: hue angle of 195.84º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4CCFFE is Cyan = 0.70, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 76 207 254 -
CMYK 0.70 0.19 0 0.00
HSL 195.84º 0.99% 0.65% -
HSV(B) 195.84º 0.7% 1% -
XYZ 43.18 53.32 101.78 -
YUV 173.19 173.6 58.68 -
System Red Green Blue C M Y K H S L
Decimal 76 207 254 0.70 0.19 0 0.00 195.84 0.99 0.65
Hex 4C CF FE 46 13 0 0 C4 63 41
Octal 114 317 376 106 23 0 0 304 143 101
Binary 1001100 11001111 11111110 1000110 10011 0 0 11000100 1100011 1000001

Color Harmonies of #4CCFFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CCFFE

Black with #4CCFFE

Text Example


Text Example

White with #4CCFFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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