Html Css Color HEX #75DDF8 Turquoise Blue

📋 copy color: '#75DDF8'

red 117 ◦ green 221 ◦ blue 248

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

Shades of Turquoise Blue #75DDF8

Tints of Turquoise Blue #75DDF8

RGB

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

 GREEN value IS 221 (86.72% from 255) = 37.71%

 BLUE value IS 248 (97.27% from 255) = 42.32%

R = 19.97%
G = 37.71%
B = 42.32%

CMYK

 C value IS 0.53

 M value IS 0.11

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#75DDF8 (or 0x75DDF8) is known color: Turquoise Blue. HEX triplet: 75, DD and F8. RGB value is (117,221,248). Sum of RGB (Red+Green+Blue) = 117+221+248=586 (77% of max value = 765). Red value is 117 (46.09% from 255 or 19.97% from 586); Green value is 221 (86.72% from 255 or 37.71% from 586); Blue value is 248 (97.27% from 255 or 42.32% from 586); Max value from RGB is 248 - color contains mainly: blue. Hex color #75DDF8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #75DDF8 is #8A2207. Grayscale: #C0C0C0. Windows color (decimal): -9052680 or 16309621. OLE color: 16309621.

HSL color Cylindrical-coordinate representation of color #75DDF8: hue angle of 192.37º degrees, saturation: 0.9, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #75DDF8 is Cyan = 0.53, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 117 221 248 -
CMYK 0.53 0.11 0 0.03
HSL 192.37º 0.9% 0.72% -
HSV(B) 192.37º 0.53% 0.97% -
XYZ 50.14 62.27 98.18 -
YUV 192.98 159.04 73.8 -
System Red Green Blue C M Y K H S L
Decimal 117 221 248 0.53 0.11 0 0.03 192.37 0.9 0.72
Hex 75 DD F8 35 B 0 3 C0 5A 48
Octal 165 335 370 65 13 0 3 300 132 110
Binary 1110101 11011101 11111000 110101 1011 0 11 11000000 1011010 1001000

Color Harmonies of #75DDF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75DDF8

Black with #75DDF8

Text Example


Text Example

White with #75DDF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,221,248); }

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

background-color css

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

 a { background-color: rgb(117,221,248); }

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

border-color css

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

 span { border-color: rgb(117,221,248); }

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