Html Css Color HEX #75DBEE Turquoise Blue

📋 copy color: '#75DBEE'

red 117 ◦ green 219 ◦ blue 238

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

Shades of Turquoise Blue #75DBEE

Tints of Turquoise Blue #75DBEE

RGB

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

 GREEN value IS 219 (85.94% from 255) = 38.15%

 BLUE value IS 238 (93.36% from 255) = 41.46%

R = 20.38%
G = 38.15%
B = 41.46%

CMYK

 C value IS 0.51

 M value IS 0.08

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#75DBEE (or 0x75DBEE) is known color: Turquoise Blue. HEX triplet: 75, DB and EE. RGB value is (117,219,238). Sum of RGB (Red+Green+Blue) = 117+219+238=574 (76% of max value = 765). Red value is 117 (46.09% from 255 or 20.38% from 574); Green value is 219 (85.94% from 255 or 38.15% from 574); Blue value is 238 (93.36% from 255 or 41.46% from 574); Max value from RGB is 238 - color contains mainly: blue. Hex color #75DBEE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #75DBEE is #8A2411. Grayscale: #BEBEBE. Windows color (decimal): -9053202 or 15653749. OLE color: 15653749.

HSL color Cylindrical-coordinate representation of color #75DBEE: hue angle of 189.42º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #75DBEE is Cyan = 0.51, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 117 219 238 -
CMYK 0.51 0.08 0 0.07
HSL 189.42º 0.78% 0.7% -
HSV(B) 189.42º 0.51% 0.93% -
XYZ 48.1 60.62 90.05 -
YUV 190.67 154.71 75.46 -
System Red Green Blue C M Y K H S L
Decimal 117 219 238 0.51 0.08 0 0.07 189.42 0.78 0.7
Hex 75 DB EE 33 8 0 7 BD 4E 46
Octal 165 333 356 63 10 0 7 275 116 106
Binary 1110101 11011011 11101110 110011 1000 0 111 10111101 1001110 1000110

Color Harmonies of #75DBEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75DBEE

Black with #75DBEE

Text Example


Text Example

White with #75DBEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,219,238); }

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

background-color css

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

 a { background-color: rgb(117,219,238); }

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

border-color css

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

 span { border-color: rgb(117,219,238); }

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