Html Css Color HEX #75DAEA Turquoise Blue

📋 copy color: '#75DAEA'

red 117 ◦ green 218 ◦ blue 234

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

Shades of Turquoise Blue #75DAEA

Tints of Turquoise Blue #75DAEA

RGB

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

 GREEN value IS 218 (85.55% from 255) = 38.31%

 BLUE value IS 234 (91.8% from 255) = 41.12%

R = 20.56%
G = 38.31%
B = 41.12%

CMYK

 C value IS 0.5

 M value IS 0.07

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#75DAEA (or 0x75DAEA) is known color: Turquoise Blue. HEX triplet: 75, DA and EA. RGB value is (117,218,234). Sum of RGB (Red+Green+Blue) = 117+218+234=569 (75% of max value = 765). Red value is 117 (46.09% from 255 or 20.56% from 569); Green value is 218 (85.55% from 255 or 38.31% from 569); Blue value is 234 (91.80% from 255 or 41.12% from 569); Max value from RGB is 234 - color contains mainly: blue. Hex color #75DAEA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #75DAEA is #8A2515. Grayscale: #BDBDBD. Windows color (decimal): -9053462 or 15391349. OLE color: 15391349.

HSL color Cylindrical-coordinate representation of color #75DAEA: hue angle of 188.21º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #75DAEA is Cyan = 0.5, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 117 218 234 -
CMYK 0.5 0.07 0 0.08
HSL 188.21º 0.74% 0.69% -
HSV(B) 188.21º 0.5% 0.92% -
XYZ 47.26 59.87 86.91 -
YUV 189.63 153.04 76.2 -
System Red Green Blue C M Y K H S L
Decimal 117 218 234 0.5 0.07 0 0.08 188.21 0.74 0.69
Hex 75 DA EA 32 7 0 8 BC 4A 45
Octal 165 332 352 62 7 0 10 274 112 105
Binary 1110101 11011010 11101010 110010 111 0 1000 10111100 1001010 1000101

Color Harmonies of #75DAEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75DAEA

Black with #75DAEA

Text Example


Text Example

White with #75DAEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,218,234); }

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

background-color css

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

 a { background-color: rgb(117,218,234); }

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

border-color css

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

 span { border-color: rgb(117,218,234); }

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