Html Css Color HEX #74DAE9 Turquoise Blue

📋 copy color: '#74DAE9'

red 116 ◦ green 218 ◦ blue 233

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

Shades of Turquoise Blue #74DAE9

Tints of Turquoise Blue #74DAE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 41.09%

R = 20.46%
G = 38.45%
B = 41.09%

CMYK

 C value IS 0.50

 M value IS 0.06

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#74DAE9 (or 0x74DAE9) is known color: Turquoise Blue. HEX triplet: 74, DA and E9. RGB value is (116,218,233). Sum of RGB (Red+Green+Blue) = 116+218+233=567 (75% of max value = 765). Red value is 116 (45.70% from 255 or 20.46% from 567); Green value is 218 (85.55% from 255 or 38.45% from 567); Blue value is 233 (91.41% from 255 or 41.09% from 567); Max value from RGB is 233 - color contains mainly: blue. Hex color #74DAE9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #74DAE9 is #8B2516. Grayscale: #BDBDBD. Windows color (decimal): -9118999 or 15325812. OLE color: 15325812.

HSL color Cylindrical-coordinate representation of color #74DAE9: hue angle of 187.69º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #74DAE9 is Cyan = 0.50, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 116 218 233 -
CMYK 0.50 0.06 0 0.09
HSL 187.69º 0.73% 0.68% -
HSV(B) 187.69º 0.5% 0.91% -
XYZ 46.98 59.74 86.15 -
YUV 189.21 152.71 75.78 -
System Red Green Blue C M Y K H S L
Decimal 116 218 233 0.50 0.06 0 0.09 187.69 0.73 0.68
Hex 74 DA E9 32 6 0 9 BC 49 44
Octal 164 332 351 62 6 0 11 274 111 104
Binary 1110100 11011010 11101001 110010 110 0 1001 10111100 1001001 1000100

Color Harmonies of #74DAE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74DAE9

Black with #74DAE9

Text Example


Text Example

White with #74DAE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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