Html Css Color HEX #75DCEC Turquoise Blue

📋 copy color: '#75DCEC'

red 117 ◦ green 220 ◦ blue 236

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

Shades of Turquoise Blue #75DCEC

Tints of Turquoise Blue #75DCEC

RGB

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

 GREEN value IS 220 (86.33% from 255) = 38.39%

 BLUE value IS 236 (92.58% from 255) = 41.19%

R = 20.42%
G = 38.39%
B = 41.19%

CMYK

 C value IS 0.50

 M value IS 0.07

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#75DCEC (or 0x75DCEC) is known color: Turquoise Blue. HEX triplet: 75, DC and EC. RGB value is (117,220,236). Sum of RGB (Red+Green+Blue) = 117+220+236=573 (75% of max value = 765). Red value is 117 (46.09% from 255 or 20.42% from 573); Green value is 220 (86.33% from 255 or 38.39% from 573); Blue value is 236 (92.58% from 255 or 41.19% from 573); Max value from RGB is 236 - color contains mainly: blue. Hex color #75DCEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #75DCEC is #8A2313. Grayscale: #BEBEBE. Windows color (decimal): -9052948 or 15522933. OLE color: 15522933.

HSL color Cylindrical-coordinate representation of color #75DCEC: hue angle of 188.07º 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 #75DCEC is Cyan = 0.50, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 117 220 236 -
CMYK 0.50 0.07 0 0.07
HSL 188.07º 0.76% 0.69% -
HSV(B) 188.07º 0.5% 0.93% -
XYZ 48.07 61.02 88.6 -
YUV 191.03 153.38 75.2 -
System Red Green Blue C M Y K H S L
Decimal 117 220 236 0.50 0.07 0 0.07 188.07 0.76 0.69
Hex 75 DC EC 32 7 0 7 BC 4C 45
Octal 165 334 354 62 7 0 7 274 114 105
Binary 1110101 11011100 11101100 110010 111 0 111 10111100 1001100 1000101

Color Harmonies of #75DCEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75DCEC

Black with #75DCEC

Text Example


Text Example

White with #75DCEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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