Html Css Color HEX #4FCCED Turquoise Blue

📋 copy color: '#4FCCED'

red 79 ◦ green 204 ◦ blue 237

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

Shades of Turquoise Blue #4FCCED

Tints of Turquoise Blue #4FCCED

RGB

 RED value IS 79 (31.25% from 255) = 15.19%

 GREEN value IS 204 (80.08% from 255) = 39.23%

 BLUE value IS 237 (92.97% from 255) = 45.58%

R = 15.19%
G = 39.23%
B = 45.58%

CMYK

 C value IS 0.67

 M value IS 0.14

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#4FCCED (or 0x4FCCED) is known color: Turquoise Blue. HEX triplet: 4F, CC and ED. RGB value is (79,204,237). Sum of RGB (Red+Green+Blue) = 79+204+237=520 (68% of max value = 765). Red value is 79 (31.25% from 255 or 15.19% from 520); Green value is 204 (80.08% from 255 or 39.23% from 520); Blue value is 237 (92.97% from 255 or 45.58% from 520); Max value from RGB is 237 - color contains mainly: blue. Hex color #4FCCED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4FCCED is #B03312. Grayscale: #AAAAAA. Windows color (decimal): -11547411 or 15584335. OLE color: 15584335.

HSL color Cylindrical-coordinate representation of color #4FCCED: hue angle of 192.53º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4FCCED is Cyan = 0.67, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 79 204 237 -
CMYK 0.67 0.14 0 0.07
HSL 192.53º 0.81% 0.62% -
HSV(B) 192.53º 0.67% 0.93% -
XYZ 40.1 50.96 87.84 -
YUV 170.39 165.59 62.82 -
System Red Green Blue C M Y K H S L
Decimal 79 204 237 0.67 0.14 0 0.07 192.53 0.81 0.62
Hex 4F CC ED 43 E 0 7 C1 51 3E
Octal 117 314 355 103 16 0 7 301 121 76
Binary 1001111 11001100 11101101 1000011 1110 0 111 11000001 1010001 111110

Color Harmonies of #4FCCED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FCCED

Black with #4FCCED

Text Example


Text Example

White with #4FCCED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,204,237); }

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

background-color css

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

 a { background-color: rgb(79,204,237); }

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

border-color css

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

 span { border-color: rgb(79,204,237); }

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