Html Css Color HEX #74DEEA Turquoise Blue

📋 copy color: '#74DEEA'

red 116 ◦ green 222 ◦ blue 234

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

Shades of Turquoise Blue #74DEEA

Tints of Turquoise Blue #74DEEA

RGB

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

 GREEN value IS 222 (87.11% from 255) = 38.81%

 BLUE value IS 234 (91.8% from 255) = 40.91%

R = 20.28%
G = 38.81%
B = 40.91%

CMYK

 C value IS 0.50

 M value IS 0.05

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#74DEEA (or 0x74DEEA) is known color: Turquoise Blue. HEX triplet: 74, DE and EA. RGB value is (116,222,234). Sum of RGB (Red+Green+Blue) = 116+222+234=572 (75% of max value = 765). Red value is 116 (45.70% from 255 or 20.28% from 572); Green value is 222 (87.11% from 255 or 38.81% from 572); Blue value is 234 (91.80% from 255 or 40.91% from 572); Max value from RGB is 234 - color contains mainly: blue. Hex color #74DEEA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #74DEEA is #8B2115. Grayscale: #BFBFBF. Windows color (decimal): -9117974 or 15392372. OLE color: 15392372.

HSL color Cylindrical-coordinate representation of color #74DEEA: hue angle of 186.1º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #74DEEA is Cyan = 0.50, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 116 222 234 -
CMYK 0.50 0.05 0 0.08
HSL 186.1º 0.74% 0.69% -
HSV(B) 186.1º 0.5% 0.92% -
XYZ 48.18 61.9 87.25 -
YUV 191.67 151.88 74.02 -
System Red Green Blue C M Y K H S L
Decimal 116 222 234 0.50 0.05 0 0.08 186.1 0.74 0.69
Hex 74 DE EA 32 5 0 8 BA 4A 45
Octal 164 336 352 62 5 0 10 272 112 105
Binary 1110100 11011110 11101010 110010 101 0 1000 10111010 1001010 1000101

Color Harmonies of #74DEEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74DEEA

Black with #74DEEA

Text Example


Text Example

White with #74DEEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,222,234); }

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

background-color css

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

 a { background-color: rgb(116,222,234); }

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

border-color css

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

 span { border-color: rgb(116,222,234); }

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