Html Css Color HEX #74D2E9 Turquoise Blue

📋 copy color: '#74D2E9'

red 116 ◦ green 210 ◦ blue 233

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

Shades of Turquoise Blue #74D2E9

Tints of Turquoise Blue #74D2E9

RGB

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

 GREEN value IS 210 (82.42% from 255) = 37.57%

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

R = 20.75%
G = 37.57%
B = 41.68%

CMYK

 C value IS 0.50

 M value IS 0.10

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#74D2E9 (or 0x74D2E9) is known color: Turquoise Blue. HEX triplet: 74, D2 and E9. RGB value is (116,210,233). Sum of RGB (Red+Green+Blue) = 116+210+233=559 (74% of max value = 765). Red value is 116 (45.70% from 255 or 20.75% from 559); Green value is 210 (82.42% from 255 or 37.57% from 559); Blue value is 233 (91.41% from 255 or 41.68% from 559); Max value from RGB is 233 - color contains mainly: blue. Hex color #74D2E9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #74D2E9 is #8B2D16. Grayscale: #B8B8B8. Windows color (decimal): -9121047 or 15323764. OLE color: 15323764.

HSL color Cylindrical-coordinate representation of color #74D2E9: hue angle of 191.79º 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 #74D2E9 is Cyan = 0.50, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 116 210 233 -
CMYK 0.50 0.10 0 0.09
HSL 191.79º 0.73% 0.68% -
HSV(B) 191.79º 0.5% 0.91% -
XYZ 44.96 55.69 85.47 -
YUV 184.52 155.36 79.13 -
System Red Green Blue C M Y K H S L
Decimal 116 210 233 0.50 0.10 0 0.09 191.79 0.73 0.68
Hex 74 D2 E9 32 A 0 9 C0 49 44
Octal 164 322 351 62 12 0 11 300 111 104
Binary 1110100 11010010 11101001 110010 1010 0 1001 11000000 1001001 1000100

Color Harmonies of #74D2E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74D2E9

Black with #74D2E9

Text Example


Text Example

White with #74D2E9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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