Html Css Color HEX #75DBDC Turquoise Blue

📋 copy color: '#75DBDC'

red 117 ◦ green 219 ◦ blue 220

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

Shades of Turquoise Blue #75DBDC

Tints of Turquoise Blue #75DBDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 39.57%

R = 21.04%
G = 39.39%
B = 39.57%

CMYK

 C value IS 0.47

 M value IS 0.00

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#75DBDC (or 0x75DBDC) is known color: Turquoise Blue. HEX triplet: 75, DB and DC. RGB value is (117,219,220). Sum of RGB (Red+Green+Blue) = 117+219+220=556 (73% of max value = 765). Red value is 117 (46.09% from 255 or 21.04% from 556); Green value is 219 (85.94% from 255 or 39.39% from 556); Blue value is 220 (86.33% from 255 or 39.57% from 556); Max value from RGB is 220 - color contains mainly: blue. Hex color #75DBDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75DBDC is #8A2423. Grayscale: #BCBCBC. Windows color (decimal): -9053220 or 14474101. OLE color: 14474101.

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

Color convert

RGB 117 219 220 -
CMYK 0.47 0.00 0 0.14
HSL 180.58º 0.6% 0.66% -
HSV(B) 180.58º 0.47% 0.86% -
XYZ 45.59 59.61 76.81 -
YUV 188.62 145.71 76.92 -
System Red Green Blue C M Y K H S L
Decimal 117 219 220 0.47 0.00 0 0.14 180.58 0.6 0.66
Hex 75 DB DC 2F 0 0 E B5 3C 42
Octal 165 333 334 57 0 0 16 265 74 102
Binary 1110101 11011011 11011100 101111 0 0 1110 10110101 111100 1000010

Color Harmonies of #75DBDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75DBDC

Black with #75DBDC

Text Example


Text Example

White with #75DBDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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