Html Css Color HEX #74DAFA Turquoise Blue

📋 copy color: '#74DAFA'

red 116 ◦ green 218 ◦ blue 250

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

Shades of Turquoise Blue #74DAFA

Tints of Turquoise Blue #74DAFA

RGB

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

 GREEN value IS 218 (85.55% from 255) = 37.33%

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

R = 19.86%
G = 37.33%
B = 42.81%

CMYK

 C value IS 0.54

 M value IS 0.13

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#74DAFA (or 0x74DAFA) is known color: Turquoise Blue. HEX triplet: 74, DA and FA. RGB value is (116,218,250). Sum of RGB (Red+Green+Blue) = 116+218+250=584 (77% of max value = 765). Red value is 116 (45.70% from 255 or 19.86% from 584); Green value is 218 (85.55% from 255 or 37.33% from 584); Blue value is 250 (98.05% from 255 or 42.81% from 584); Max value from RGB is 250 - color contains mainly: blue. Hex color #74DAFA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #74DAFA is #8B2505. Grayscale: #BEBEBE. Windows color (decimal): -9118982 or 16439924. OLE color: 16439924.

HSL color Cylindrical-coordinate representation of color #74DAFA: hue angle of 194.33º 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 #74DAFA is Cyan = 0.54, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 116 218 250 -
CMYK 0.54 0.13 0 0.02
HSL 194.33º 0.93% 0.72% -
HSV(B) 194.33º 0.54% 0.98% -
XYZ 49.53 60.76 99.56 -
YUV 191.15 161.21 74.4 -
System Red Green Blue C M Y K H S L
Decimal 116 218 250 0.54 0.13 0 0.02 194.33 0.93 0.72
Hex 74 DA FA 36 D 0 2 C2 5D 48
Octal 164 332 372 66 15 0 2 302 135 110
Binary 1110100 11011010 11111010 110110 1101 0 10 11000010 1011101 1001000

Color Harmonies of #74DAFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74DAFA

Black with #74DAFA

Text Example


Text Example

White with #74DAFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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