Html Css Color HEX #74D1EB Turquoise Blue

📋 copy color: '#74D1EB'

red 116 ◦ green 209 ◦ blue 235

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

Shades of Turquoise Blue #74D1EB

Tints of Turquoise Blue #74D1EB

RGB

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

 GREEN value IS 209 (82.03% from 255) = 37.32%

 BLUE value IS 235 (92.19% from 255) = 41.96%

R = 20.71%
G = 37.32%
B = 41.96%

CMYK

 C value IS 0.51

 M value IS 0.11

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#74D1EB (or 0x74D1EB) is known color: Turquoise Blue. HEX triplet: 74, D1 and EB. RGB value is (116,209,235). Sum of RGB (Red+Green+Blue) = 116+209+235=560 (74% of max value = 765). Red value is 116 (45.70% from 255 or 20.71% from 560); Green value is 209 (82.03% from 255 or 37.32% from 560); Blue value is 235 (92.19% from 255 or 41.96% from 560); Max value from RGB is 235 - color contains mainly: blue. Hex color #74D1EB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #74D1EB is #8B2E14. Grayscale: #B7B7B7. Windows color (decimal): -9121301 or 15454580. OLE color: 15454580.

HSL color Cylindrical-coordinate representation of color #74D1EB: hue angle of 193.11º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #74D1EB is Cyan = 0.51, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 116 209 235 -
CMYK 0.51 0.11 0 0.08
HSL 193.11º 0.75% 0.69% -
HSV(B) 193.11º 0.51% 0.92% -
XYZ 45 55.31 86.9 -
YUV 184.16 156.69 79.39 -
System Red Green Blue C M Y K H S L
Decimal 116 209 235 0.51 0.11 0 0.08 193.11 0.75 0.69
Hex 74 D1 EB 33 B 0 8 C1 4B 45
Octal 164 321 353 63 13 0 10 301 113 105
Binary 1110100 11010001 11101011 110011 1011 0 1000 11000001 1001011 1000101

Color Harmonies of #74D1EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74D1EB

Black with #74D1EB

Text Example


Text Example

White with #74D1EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,209,235); }

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

background-color css

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

 a { background-color: rgb(116,209,235); }

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

border-color css

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

 span { border-color: rgb(116,209,235); }

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