Html Css Color HEX #74D3EB Turquoise Blue

📋 copy color: '#74D3EB'

red 116 ◦ green 211 ◦ blue 235

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

Shades of Turquoise Blue #74D3EB

Tints of Turquoise Blue #74D3EB

RGB

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

 GREEN value IS 211 (82.81% from 255) = 37.54%

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

R = 20.64%
G = 37.54%
B = 41.81%

CMYK

 C value IS 0.51

 M value IS 0.10

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#74D3EB (or 0x74D3EB) is known color: Turquoise Blue. HEX triplet: 74, D3 and EB. RGB value is (116,211,235). Sum of RGB (Red+Green+Blue) = 116+211+235=562 (74% of max value = 765). Red value is 116 (45.70% from 255 or 20.64% from 562); Green value is 211 (82.81% from 255 or 37.54% from 562); Blue value is 235 (92.19% from 255 or 41.81% from 562); Max value from RGB is 235 - color contains mainly: blue. Hex color #74D3EB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #74D3EB is #8B2C14. Grayscale: #B9B9B9. Windows color (decimal): -9120789 or 15455092. OLE color: 15455092.

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

Color convert

RGB 116 211 235 -
CMYK 0.51 0.10 0 0.08
HSL 192.1º 0.75% 0.69% -
HSV(B) 192.1º 0.51% 0.92% -
XYZ 45.49 56.3 87.07 -
YUV 185.33 156.03 78.55 -
System Red Green Blue C M Y K H S L
Decimal 116 211 235 0.51 0.10 0 0.08 192.1 0.75 0.69
Hex 74 D3 EB 33 A 0 8 C0 4B 45
Octal 164 323 353 63 12 0 10 300 113 105
Binary 1110100 11010011 11101011 110011 1010 0 1000 11000000 1001011 1000101

Color Harmonies of #74D3EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74D3EB

Black with #74D3EB

Text Example


Text Example

White with #74D3EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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