Html Css Color HEX #74D2EB Turquoise Blue

📋 copy color: '#74D2EB'

red 116 ◦ green 210 ◦ blue 235

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

Shades of Turquoise Blue #74D2EB

Tints of Turquoise Blue #74D2EB

RGB

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

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

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

R = 20.68%
G = 37.43%
B = 41.89%

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

#74D2EB (or 0x74D2EB) is known color: Turquoise Blue. HEX triplet: 74, D2 and EB. RGB value is (116,210,235). Sum of RGB (Red+Green+Blue) = 116+210+235=561 (74% of max value = 765). Red value is 116 (45.70% from 255 or 20.68% from 561); Green value is 210 (82.42% from 255 or 37.43% from 561); Blue value is 235 (92.19% from 255 or 41.89% from 561); Max value from RGB is 235 - color contains mainly: blue. Hex color #74D2EB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #74D2EB is #8B2D14. Grayscale: #B8B8B8. Windows color (decimal): -9121045 or 15454836. OLE color: 15454836.

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

Color convert

RGB 116 210 235 -
CMYK 0.51 0.11 0 0.08
HSL 192.61º 0.75% 0.69% -
HSV(B) 192.61º 0.51% 0.92% -
XYZ 45.24 55.8 86.98 -
YUV 184.74 156.36 78.97 -
System Red Green Blue C M Y K H S L
Decimal 116 210 235 0.51 0.11 0 0.08 192.61 0.75 0.69
Hex 74 D2 EB 33 B 0 8 C1 4B 45
Octal 164 322 353 63 13 0 10 301 113 105
Binary 1110100 11010010 11101011 110011 1011 0 1000 11000001 1001011 1000101

Color Harmonies of #74D2EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74D2EB

Black with #74D2EB

Text Example


Text Example

White with #74D2EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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