Html Css Color HEX #74D6EA Turquoise Blue

📋 copy color: '#74D6EA'

red 116 ◦ green 214 ◦ blue 234

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

Shades of Turquoise Blue #74D6EA

Tints of Turquoise Blue #74D6EA

RGB

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

 GREEN value IS 214 (83.98% from 255) = 37.94%

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

R = 20.57%
G = 37.94%
B = 41.49%

CMYK

 C value IS 0.50

 M value IS 0.09

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#74D6EA (or 0x74D6EA) is known color: Turquoise Blue. HEX triplet: 74, D6 and EA. RGB value is (116,214,234). Sum of RGB (Red+Green+Blue) = 116+214+234=564 (74% of max value = 765). Red value is 116 (45.70% from 255 or 20.57% from 564); Green value is 214 (83.98% from 255 or 37.94% from 564); Blue value is 234 (91.80% from 255 or 41.49% from 564); Max value from RGB is 234 - color contains mainly: blue. Hex color #74D6EA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #74D6EA is #8B2915. Grayscale: #BABABA. Windows color (decimal): -9120022 or 15390324. OLE color: 15390324.

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

Color convert

RGB 116 214 234 -
CMYK 0.50 0.09 0 0.08
HSL 190.17º 0.74% 0.69% -
HSV(B) 190.17º 0.5% 0.92% -
XYZ 46.1 57.75 86.56 -
YUV 186.98 154.53 77.37 -
System Red Green Blue C M Y K H S L
Decimal 116 214 234 0.50 0.09 0 0.08 190.17 0.74 0.69
Hex 74 D6 EA 32 9 0 8 BE 4A 45
Octal 164 326 352 62 11 0 10 276 112 105
Binary 1110100 11010110 11101010 110010 1001 0 1000 10111110 1001010 1000101

Color Harmonies of #74D6EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74D6EA

Black with #74D6EA

Text Example


Text Example

White with #74D6EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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