Html Css Color HEX #75DDDB Turquoise Blue

📋 copy color: '#75DDDB'

red 117 ◦ green 221 ◦ blue 219

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

Shades of Turquoise Blue #75DDDB

Tints of Turquoise Blue #75DDDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 39.32%

R = 21.01%
G = 39.68%
B = 39.32%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#75DDDB (or 0x75DDDB) is known color: Turquoise Blue. HEX triplet: 75, DD and DB. RGB value is (117,221,219). Sum of RGB (Red+Green+Blue) = 117+221+219=557 (73% of max value = 765). Red value is 117 (46.09% from 255 or 21.01% from 557); Green value is 221 (86.72% from 255 or 39.68% from 557); Blue value is 219 (85.94% from 255 or 39.32% from 557); Max value from RGB is 221 - color contains mainly: green. Hex color #75DDDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75DDDB is #8A2224. Grayscale: #BDBDBD. Windows color (decimal): -9052709 or 14409077. OLE color: 14409077.

HSL color Cylindrical-coordinate representation of color #75DDDB: hue angle of 178.85º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #75DDDB is Cyan = 0.47, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB 117 221 219 -
CMYK 0.47 0 0.01 0.13
HSL 178.85º 0.6% 0.66% -
HSV(B) 178.85º 0.47% 0.87% -
XYZ 45.98 60.61 76.29 -
YUV 189.68 144.54 76.16 -
System Red Green Blue C M Y K H S L
Decimal 117 221 219 0.47 0 0.01 0.13 178.85 0.6 0.66
Hex 75 DD DB 2F 0 1 D B3 3C 42
Octal 165 335 333 57 0 1 15 263 74 102
Binary 1110101 11011101 11011011 101111 0 1 1101 10110011 111100 1000010

Color Harmonies of #75DDDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75DDDB

Black with #75DDDB

Text Example


Text Example

White with #75DDDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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