Html Css Color HEX #75DCF6 Turquoise Blue

📋 copy color: '#75DCF6'

red 117 ◦ green 220 ◦ blue 246

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

Shades of Turquoise Blue #75DCF6

Tints of Turquoise Blue #75DCF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 42.2%

R = 20.07%
G = 37.74%
B = 42.2%

CMYK

 C value IS 0.52

 M value IS 0.11

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#75DCF6 (or 0x75DCF6) is known color: Turquoise Blue. HEX triplet: 75, DC and F6. RGB value is (117,220,246). Sum of RGB (Red+Green+Blue) = 117+220+246=583 (77% of max value = 765). Red value is 117 (46.09% from 255 or 20.07% from 583); Green value is 220 (86.33% from 255 or 37.74% from 583); Blue value is 246 (96.48% from 255 or 42.20% from 583); Max value from RGB is 246 - color contains mainly: blue. Hex color #75DCF6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #75DCF6 is #8A2309. Grayscale: #BFBFBF. Windows color (decimal): -9052938 or 16178293. OLE color: 16178293.

HSL color Cylindrical-coordinate representation of color #75DCF6: hue angle of 192.09º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #75DCF6 is Cyan = 0.52, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 117 220 246 -
CMYK 0.52 0.11 0 0.04
HSL 192.09º 0.88% 0.71% -
HSV(B) 192.09º 0.52% 0.96% -
XYZ 49.56 61.62 96.47 -
YUV 192.17 158.38 74.39 -
System Red Green Blue C M Y K H S L
Decimal 117 220 246 0.52 0.11 0 0.04 192.09 0.88 0.71
Hex 75 DC F6 34 B 0 4 C0 58 47
Octal 165 334 366 64 13 0 4 300 130 107
Binary 1110101 11011100 11110110 110100 1011 0 100 11000000 1011000 1000111

Color Harmonies of #75DCF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75DCF6

Black with #75DCF6

Text Example


Text Example

White with #75DCF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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