Html Css Color HEX #4CCFFC Turquoise Blue

📋 copy color: '#4CCFFC'

red 76 ◦ green 207 ◦ blue 252

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

Shades of Turquoise Blue #4CCFFC

Tints of Turquoise Blue #4CCFFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 47.1%

R = 14.21%
G = 38.69%
B = 47.1%

CMYK

 C value IS 0.70

 M value IS 0.18

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#4CCFFC (or 0x4CCFFC) is known color: Turquoise Blue. HEX triplet: 4C, CF and FC. RGB value is (76,207,252). Sum of RGB (Red+Green+Blue) = 76+207+252=535 (70% of max value = 765). Red value is 76 (30.08% from 255 or 14.21% from 535); Green value is 207 (81.25% from 255 or 38.69% from 535); Blue value is 252 (98.83% from 255 or 47.10% from 535); Max value from RGB is 252 - color contains mainly: blue. Hex color #4CCFFC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4CCFFC is #B33003. Grayscale: #ACACAC. Windows color (decimal): -11743236 or 16568140. OLE color: 16568140.

HSL color Cylindrical-coordinate representation of color #4CCFFC: hue angle of 195.34º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4CCFFC is Cyan = 0.70, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 76 207 252 -
CMYK 0.70 0.18 0 0.01
HSL 195.34º 0.97% 0.64% -
HSV(B) 195.34º 0.7% 0.99% -
XYZ 42.86 53.19 100.1 -
YUV 172.96 172.6 58.84 -
System Red Green Blue C M Y K H S L
Decimal 76 207 252 0.70 0.18 0 0.01 195.34 0.97 0.64
Hex 4C CF FC 46 12 0 1 C3 61 40
Octal 114 317 374 106 22 0 1 303 141 100
Binary 1001100 11001111 11111100 1000110 10010 0 1 11000011 1100001 1000000

Color Harmonies of #4CCFFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CCFFC

Black with #4CCFFC

Text Example


Text Example

White with #4CCFFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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