Html Css Color HEX #74D9D3 Turquoise Blue

📋 copy color: '#74D9D3'

red 116 ◦ green 217 ◦ blue 211

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

Shades of Turquoise Blue #74D9D3

Tints of Turquoise Blue #74D9D3

RGB

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

 GREEN value IS 217 (85.16% from 255) = 39.89%

 BLUE value IS 211 (82.81% from 255) = 38.79%

R = 21.32%
G = 39.89%
B = 38.79%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.03

 K value IS 0.15

RGB Variations

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

Color information

#74D9D3 (or 0x74D9D3) is known color: Turquoise Blue. HEX triplet: 74, D9 and D3. RGB value is (116,217,211). Sum of RGB (Red+Green+Blue) = 116+217+211=544 (72% of max value = 765). Red value is 116 (45.70% from 255 or 21.32% from 544); Green value is 217 (85.16% from 255 or 39.89% from 544); Blue value is 211 (82.81% from 255 or 38.79% from 544); Max value from RGB is 217 - color contains mainly: green. Hex color #74D9D3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74D9D3 is #8B262C. Grayscale: #BABABA. Windows color (decimal): -9119277 or 13883764. OLE color: 13883764.

HSL color Cylindrical-coordinate representation of color #74D9D3: hue angle of 176.44º degrees, saturation: 0.57, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #74D9D3 is Cyan = 0.47, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.15.

Color convert

RGB 116 217 211 -
CMYK 0.47 0 0.03 0.15
HSL 176.44º 0.57% 0.65% -
HSV(B) 176.44º 0.47% 0.85% -
XYZ 43.77 58.04 70.52 -
YUV 186.12 142.04 77.99 -
System Red Green Blue C M Y K H S L
Decimal 116 217 211 0.47 0 0.03 0.15 176.44 0.57 0.65
Hex 74 D9 D3 2F 0 3 F B0 39 41
Octal 164 331 323 57 0 3 17 260 71 101
Binary 1110100 11011001 11010011 101111 0 11 1111 10110000 111001 1000001

Color Harmonies of #74D9D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74D9D3

Black with #74D9D3

Text Example


Text Example

White with #74D9D3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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