Html Css Color HEX #75DFFF Turquoise Blue

📋 copy color: '#75DFFF'

red 117 ◦ green 223 ◦ blue 255

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

Shades of Turquoise Blue #75DFFF

Tints of Turquoise Blue #75DFFF

RGB

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

 GREEN value IS 223 (87.5% from 255) = 37.48%

 BLUE value IS 255 (100% from 255) = 42.86%

R = 19.66%
G = 37.48%
B = 42.86%

CMYK

 C value IS 0.54

 M value IS 0.13

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#75DFFF (or 0x75DFFF) is known color: Turquoise Blue. HEX triplet: 75, DF and FF. RGB value is (117,223,255). Sum of RGB (Red+Green+Blue) = 117+223+255=595 (78% of max value = 765). Red value is 117 (46.09% from 255 or 19.66% from 595); Green value is 223 (87.5% from 255 or 37.48% from 595); Blue value is 255 (100% from 255 or 42.86% from 595); Max value from RGB is 255 - color contains mainly: blue. Hex color #75DFFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #75DFFF is #8A2000. Grayscale: #C2C2C2. Windows color (decimal): -9052161 or 16768885. OLE color: 16768885.

HSL color Cylindrical-coordinate representation of color #75DFFF: hue angle of 193.91º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #75DFFF is Cyan = 0.54, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 117 223 255 -
CMYK 0.54 0.13 0 0
HSL 193.91º 1% 0.73% -
HSV(B) 193.91º 0.54% 1% -
XYZ 51.77 63.78 104.19 -
YUV 194.95 161.88 72.4 -
System Red Green Blue C M Y K H S L
Decimal 117 223 255 0.54 0.13 0 0 193.91 1 0.73
Hex 75 DF FF 36 D 0 0 C2 64 49
Octal 165 337 377 66 15 0 0 302 144 111
Binary 1110101 11011111 11111111 110110 1101 0 0 11000010 1100100 1001001

Color Harmonies of #75DFFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75DFFF

Black with #75DFFF

Text Example


Text Example

White with #75DFFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,223,255); }

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

background-color css

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

 a { background-color: rgb(117,223,255); }

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

border-color css

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

 span { border-color: rgb(117,223,255); }

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