Html Css Color HEX #4DCFFA Turquoise Blue

📋 copy color: '#4DCFFA'

red 77 ◦ green 207 ◦ blue 250

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

Shades of Turquoise Blue #4DCFFA

Tints of Turquoise Blue #4DCFFA

RGB

 RED value IS 77 (30.47% from 255) = 14.42%

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

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

R = 14.42%
G = 38.76%
B = 46.82%

CMYK

 C value IS 0.69

 M value IS 0.17

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#4DCFFA (or 0x4DCFFA) is known color: Turquoise Blue. HEX triplet: 4D, CF and FA. RGB value is (77,207,250). Sum of RGB (Red+Green+Blue) = 77+207+250=534 (70% of max value = 765). Red value is 77 (30.47% from 255 or 14.42% from 534); Green value is 207 (81.25% from 255 or 38.76% from 534); Blue value is 250 (98.05% from 255 or 46.82% from 534); Max value from RGB is 250 - color contains mainly: blue. Hex color #4DCFFA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4DCFFA is #B23005. Grayscale: #ACACAC. Windows color (decimal): -11677702 or 16437069. OLE color: 16437069.

HSL color Cylindrical-coordinate representation of color #4DCFFA: hue angle of 194.91º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4DCFFA is Cyan = 0.69, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 77 207 250 -
CMYK 0.69 0.17 0 0.02
HSL 194.91º 0.95% 0.64% -
HSV(B) 194.91º 0.69% 0.98% -
XYZ 42.63 53.11 98.45 -
YUV 173.03 171.43 59.5 -
System Red Green Blue C M Y K H S L
Decimal 77 207 250 0.69 0.17 0 0.02 194.91 0.95 0.64
Hex 4D CF FA 45 11 0 2 C3 5F 40
Octal 115 317 372 105 21 0 2 303 137 100
Binary 1001101 11001111 11111010 1000101 10001 0 10 11000011 1011111 1000000

Color Harmonies of #4DCFFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DCFFA

Black with #4DCFFA

Text Example


Text Example

White with #4DCFFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,207,250); }

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

background-color css

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

 a { background-color: rgb(77,207,250); }

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

border-color css

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

 span { border-color: rgb(77,207,250); }

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