Html Css Color HEX #74DCFA Turquoise Blue

📋 copy color: '#74DCFA'

red 116 ◦ green 220 ◦ blue 250

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

Shades of Turquoise Blue #74DCFA

Tints of Turquoise Blue #74DCFA

RGB

 RED value IS 116 (45.7% from 255) = 19.8%

 GREEN value IS 220 (86.33% from 255) = 37.54%

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

R = 19.8%
G = 37.54%
B = 42.66%

CMYK

 C value IS 0.54

 M value IS 0.12

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#74DCFA (or 0x74DCFA) is known color: Turquoise Blue. HEX triplet: 74, DC and FA. RGB value is (116,220,250). Sum of RGB (Red+Green+Blue) = 116+220+250=586 (77% of max value = 765). Red value is 116 (45.70% from 255 or 19.80% from 586); Green value is 220 (86.33% from 255 or 37.54% from 586); Blue value is 250 (98.05% from 255 or 42.66% from 586); Max value from RGB is 250 - color contains mainly: blue. Hex color #74DCFA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #74DCFA is #8B2305. Grayscale: #C0C0C0. Windows color (decimal): -9118470 or 16440436. OLE color: 16440436.

HSL color Cylindrical-coordinate representation of color #74DCFA: hue angle of 193.43º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #74DCFA is Cyan = 0.54, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 116 220 250 -
CMYK 0.54 0.12 0 0.02
HSL 193.43º 0.93% 0.72% -
HSV(B) 193.43º 0.54% 0.98% -
XYZ 50.05 61.8 99.73 -
YUV 192.32 160.54 73.56 -
System Red Green Blue C M Y K H S L
Decimal 116 220 250 0.54 0.12 0 0.02 193.43 0.93 0.72
Hex 74 DC FA 36 C 0 2 C1 5D 48
Octal 164 334 372 66 14 0 2 301 135 110
Binary 1110100 11011100 11111010 110110 1100 0 10 11000001 1011101 1001000

Color Harmonies of #74DCFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74DCFA

Black with #74DCFA

Text Example


Text Example

White with #74DCFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74DCFA; }

 p { color: rgb(116,220,250); }

 H1.HeaderClassName
 {
   color: #74DCFA;
 }
 .AnyTagClassName
 {
   color: #74DCFA;
 }
</style>

background-color css

<style>
 a { background-color: #74DCFA; }

 a { background-color: rgb(116,220,250); }

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

border-color css

<style>
 span { border-color: #74DCFA; }

 span { border-color: rgb(116,220,250); }

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