Html Css Color HEX #75ECEA Turquoise Blue

📋 copy color: '#75ECEA'

red 117 ◦ green 236 ◦ blue 234

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

Shades of Turquoise Blue #75ECEA

Tints of Turquoise Blue #75ECEA

RGB

 RED value IS 117 (46.09% from 255) = 19.93%

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

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

R = 19.93%
G = 40.2%
B = 39.86%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.01

 K value IS 0.07

RGB Variations

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

Color information

#75ECEA (or 0x75ECEA) is known color: Turquoise Blue. HEX triplet: 75, EC and EA. RGB value is (117,236,234). Sum of RGB (Red+Green+Blue) = 117+236+234=587 (77% of max value = 765). Red value is 117 (46.09% from 255 or 19.93% from 587); Green value is 236 (92.58% from 255 or 40.20% from 587); Blue value is 234 (91.80% from 255 or 39.86% from 587); Max value from RGB is 236 - color contains mainly: green. Hex color #75ECEA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #75ECEA is #8A1315. Grayscale: #C8C8C8. Windows color (decimal): -9048854 or 15395957. OLE color: 15395957.

HSL color Cylindrical-coordinate representation of color #75ECEA: hue angle of 178.99º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #75ECEA is Cyan = 0.50, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.07.

Color convert

RGB 117 236 234 -
CMYK 0.50 0 0.01 0.07
HSL 178.99º 0.76% 0.69% -
HSV(B) 178.99º 0.5% 0.93% -
XYZ 52.18 69.71 88.55 -
YUV 200.19 147.08 68.66 -
System Red Green Blue C M Y K H S L
Decimal 117 236 234 0.50 0 0.01 0.07 178.99 0.76 0.69
Hex 75 EC EA 32 0 1 7 B3 4C 45
Octal 165 354 352 62 0 1 7 263 114 105
Binary 1110101 11101100 11101010 110010 0 1 111 10110011 1001100 1000101

Color Harmonies of #75ECEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75ECEA

Black with #75ECEA

Text Example


Text Example

White with #75ECEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75ECEA; }

 p { color: rgb(117,236,234); }

 H1.HeaderClassName
 {
   color: #75ECEA;
 }
 .AnyTagClassName
 {
   color: #75ECEA;
 }
</style>

background-color css

<style>
 a { background-color: #75ECEA; }

 a { background-color: rgb(117,236,234); }

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

border-color css

<style>
 span { border-color: #75ECEA; }

 span { border-color: rgb(117,236,234); }

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