Html Css Color HEX #75DEDB Turquoise Blue

📋 copy color: '#75DEDB'

red 117 ◦ green 222 ◦ blue 219

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

Shades of Turquoise Blue #75DEDB

Tints of Turquoise Blue #75DEDB

RGB

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

 GREEN value IS 222 (87.11% from 255) = 39.78%

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

R = 20.97%
G = 39.78%
B = 39.25%

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

#75DEDB (or 0x75DEDB) is known color: Turquoise Blue. HEX triplet: 75, DE and DB. RGB value is (117,222,219). Sum of RGB (Red+Green+Blue) = 117+222+219=558 (73% of max value = 765). Red value is 117 (46.09% from 255 or 20.97% from 558); Green value is 222 (87.11% from 255 or 39.78% from 558); Blue value is 219 (85.94% from 255 or 39.25% from 558); Max value from RGB is 222 - color contains mainly: green. Hex color #75DEDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75DEDB is #8A2124. Grayscale: #BEBEBE. Windows color (decimal): -9052453 or 14409333. OLE color: 14409333.

HSL color Cylindrical-coordinate representation of color #75DEDB: hue angle of 178.29º degrees, saturation: 0.61, 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 #75DEDB is Cyan = 0.47, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB 117 222 219 -
CMYK 0.47 0 0.01 0.13
HSL 178.29º 0.61% 0.66% -
HSV(B) 178.29º 0.47% 0.87% -
XYZ 46.24 61.14 76.38 -
YUV 190.26 144.21 75.74 -
System Red Green Blue C M Y K H S L
Decimal 117 222 219 0.47 0 0.01 0.13 178.29 0.61 0.66
Hex 75 DE DB 2F 0 1 D B2 3D 42
Octal 165 336 333 57 0 1 15 262 75 102
Binary 1110101 11011110 11011011 101111 0 1 1101 10110010 111101 1000010

Color Harmonies of #75DEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75DEDB

Black with #75DEDB

Text Example


Text Example

White with #75DEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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