Html Css Color HEX #74ECEB Turquoise Blue

📋 copy color: '#74ECEB'

red 116 ◦ green 236 ◦ blue 235

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

Shades of Turquoise Blue #74ECEB

Tints of Turquoise Blue #74ECEB

RGB

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

 GREEN value IS 236 (92.58% from 255) = 40.2%

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

R = 19.76%
G = 40.2%
B = 40.03%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.00

 K value IS 0.07

RGB Variations

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

Color information

#74ECEB (or 0x74ECEB) is known color: Turquoise Blue. HEX triplet: 74, EC and EB. RGB value is (116,236,235). Sum of RGB (Red+Green+Blue) = 116+236+235=587 (77% of max value = 765). Red value is 116 (45.70% from 255 or 19.76% from 587); Green value is 236 (92.58% from 255 or 40.20% from 587); Blue value is 235 (92.19% from 255 or 40.03% from 587); Max value from RGB is 236 - color contains mainly: green. Hex color #74ECEB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #74ECEB is #8B1314. Grayscale: #C7C7C7. Windows color (decimal): -9114389 or 15461492. OLE color: 15461492.

HSL color Cylindrical-coordinate representation of color #74ECEB: hue angle of 179.5º degrees, saturation: 0.76, 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 #74ECEB is Cyan = 0.51, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.07.

Color convert

RGB 116 236 235 -
CMYK 0.51 0 0.00 0.07
HSL 179.5º 0.76% 0.69% -
HSV(B) 179.5º 0.51% 0.93% -
XYZ 52.19 69.7 89.3 -
YUV 200.01 147.74 68.08 -
System Red Green Blue C M Y K H S L
Decimal 116 236 235 0.51 0 0.00 0.07 179.5 0.76 0.69
Hex 74 EC EB 33 0 0 7 B4 4C 45
Octal 164 354 353 63 0 0 7 264 114 105
Binary 1110100 11101100 11101011 110011 0 0 111 10110100 1001100 1000101

Color Harmonies of #74ECEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74ECEB

Black with #74ECEB

Text Example


Text Example

White with #74ECEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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