Html Css Color HEX #4FCFED Turquoise Blue

📋 copy color: '#4FCFED'

red 79 ◦ green 207 ◦ blue 237

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

Shades of Turquoise Blue #4FCFED

Tints of Turquoise Blue #4FCFED

RGB

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

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

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

R = 15.11%
G = 39.58%
B = 45.32%

CMYK

 C value IS 0.67

 M value IS 0.13

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#4FCFED (or 0x4FCFED) is known color: Turquoise Blue. HEX triplet: 4F, CF and ED. RGB value is (79,207,237). Sum of RGB (Red+Green+Blue) = 79+207+237=523 (69% of max value = 765). Red value is 79 (31.25% from 255 or 15.11% from 523); Green value is 207 (81.25% from 255 or 39.58% from 523); Blue value is 237 (92.97% from 255 or 45.32% from 523); Max value from RGB is 237 - color contains mainly: blue. Hex color #4FCFED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4FCFED is #B03012. Grayscale: #ABABAB. Windows color (decimal): -11546643 or 15585103. OLE color: 15585103.

HSL color Cylindrical-coordinate representation of color #4FCFED: hue angle of 191.39º 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 #4FCFED is Cyan = 0.67, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 79 207 237 -
CMYK 0.67 0.13 0 0.07
HSL 191.39º 0.81% 0.62% -
HSV(B) 191.39º 0.67% 0.93% -
XYZ 40.82 52.4 88.08 -
YUV 172.15 164.59 61.56 -
System Red Green Blue C M Y K H S L
Decimal 79 207 237 0.67 0.13 0 0.07 191.39 0.81 0.62
Hex 4F CF ED 43 D 0 7 BF 51 3E
Octal 117 317 355 103 15 0 7 277 121 76
Binary 1001111 11001111 11101101 1000011 1101 0 111 10111111 1010001 111110

Color Harmonies of #4FCFED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FCFED

Black with #4FCFED

Text Example


Text Example

White with #4FCFED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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