Html Css Color HEX #74D0ED Turquoise Blue

📋 copy color: '#74D0ED'

red 116 ◦ green 208 ◦ blue 237

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

Shades of Turquoise Blue #74D0ED

Tints of Turquoise Blue #74D0ED

RGB

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

 GREEN value IS 208 (81.64% from 255) = 37.08%

 BLUE value IS 237 (92.97% from 255) = 42.25%

R = 20.68%
G = 37.08%
B = 42.25%

CMYK

 C value IS 0.51

 M value IS 0.12

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#74D0ED (or 0x74D0ED) is known color: Turquoise Blue. HEX triplet: 74, D0 and ED. RGB value is (116,208,237). Sum of RGB (Red+Green+Blue) = 116+208+237=561 (74% of max value = 765). Red value is 116 (45.70% from 255 or 20.68% from 561); Green value is 208 (81.64% from 255 or 37.08% from 561); Blue value is 237 (92.97% from 255 or 42.25% from 561); Max value from RGB is 237 - color contains mainly: blue. Hex color #74D0ED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #74D0ED is #8B2F12. Grayscale: #B7B7B7. Windows color (decimal): -9121555 or 15585396. OLE color: 15585396.

HSL color Cylindrical-coordinate representation of color #74D0ED: hue angle of 194.38º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #74D0ED is Cyan = 0.51, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 116 208 237 -
CMYK 0.51 0.12 0 0.07
HSL 194.38º 0.77% 0.69% -
HSV(B) 194.38º 0.51% 0.93% -
XYZ 45.04 54.94 88.35 -
YUV 183.8 158.02 79.64 -
System Red Green Blue C M Y K H S L
Decimal 116 208 237 0.51 0.12 0 0.07 194.38 0.77 0.69
Hex 74 D0 ED 33 C 0 7 C2 4D 45
Octal 164 320 355 63 14 0 7 302 115 105
Binary 1110100 11010000 11101101 110011 1100 0 111 11000010 1001101 1000101

Color Harmonies of #74D0ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74D0ED

Black with #74D0ED

Text Example


Text Example

White with #74D0ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,208,237); }

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

background-color css

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

 a { background-color: rgb(116,208,237); }

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

border-color css

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

 span { border-color: rgb(116,208,237); }

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