Html Css Color HEX #75D9F8 Turquoise Blue

📋 copy color: '#75D9F8'

red 117 ◦ green 217 ◦ blue 248

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

Shades of Turquoise Blue #75D9F8

Tints of Turquoise Blue #75D9F8

RGB

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

 GREEN value IS 217 (85.16% from 255) = 37.29%

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

R = 20.1%
G = 37.29%
B = 42.61%

CMYK

 C value IS 0.53

 M value IS 0.12

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#75D9F8 (or 0x75D9F8) is known color: Turquoise Blue. HEX triplet: 75, D9 and F8. RGB value is (117,217,248). Sum of RGB (Red+Green+Blue) = 117+217+248=582 (77% of max value = 765). Red value is 117 (46.09% from 255 or 20.10% from 582); Green value is 217 (85.16% from 255 or 37.29% from 582); Blue value is 248 (97.27% from 255 or 42.61% from 582); Max value from RGB is 248 - color contains mainly: blue. Hex color #75D9F8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #75D9F8 is #8A2607. Grayscale: #BEBEBE. Windows color (decimal): -9053704 or 16308597. OLE color: 16308597.

HSL color Cylindrical-coordinate representation of color #75D9F8: hue angle of 194.2º 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 #75D9F8 is Cyan = 0.53, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 117 217 248 -
CMYK 0.53 0.12 0 0.03
HSL 194.2º 0.9% 0.72% -
HSV(B) 194.2º 0.53% 0.97% -
XYZ 49.09 60.18 97.84 -
YUV 190.63 160.37 75.48 -
System Red Green Blue C M Y K H S L
Decimal 117 217 248 0.53 0.12 0 0.03 194.2 0.9 0.72
Hex 75 D9 F8 35 C 0 3 C2 5A 48
Octal 165 331 370 65 14 0 3 302 132 110
Binary 1110101 11011001 11111000 110101 1100 0 11 11000010 1011010 1001000

Color Harmonies of #75D9F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75D9F8

Black with #75D9F8

Text Example


Text Example

White with #75D9F8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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