Html Css Color HEX #75DFDB Turquoise Blue

📋 copy color: '#75DFDB'

red 117 ◦ green 223 ◦ blue 219

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

Shades of Turquoise Blue #75DFDB

Tints of Turquoise Blue #75DFDB

RGB

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

 GREEN value IS 223 (87.5% from 255) = 39.89%

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

R = 20.93%
G = 39.89%
B = 39.18%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.02

 K value IS 0.13

RGB Variations

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

Color information

#75DFDB (or 0x75DFDB) is known color: Turquoise Blue. HEX triplet: 75, DF and DB. RGB value is (117,223,219). Sum of RGB (Red+Green+Blue) = 117+223+219=559 (74% of max value = 765). Red value is 117 (46.09% from 255 or 20.93% from 559); Green value is 223 (87.5% from 255 or 39.89% from 559); Blue value is 219 (85.94% from 255 or 39.18% from 559); Max value from RGB is 223 - color contains mainly: green. Hex color #75DFDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75DFDB is #8A2024. Grayscale: #BEBEBE. Windows color (decimal): -9052197 or 14409589. OLE color: 14409589.

HSL color Cylindrical-coordinate representation of color #75DFDB: hue angle of 177.74º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #75DFDB is Cyan = 0.48, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.

Color convert

RGB 117 223 219 -
CMYK 0.48 0 0.02 0.13
HSL 177.74º 0.62% 0.67% -
HSV(B) 177.74º 0.48% 0.87% -
XYZ 46.51 61.67 76.47 -
YUV 190.85 143.88 75.33 -
System Red Green Blue C M Y K H S L
Decimal 117 223 219 0.48 0 0.02 0.13 177.74 0.62 0.67
Hex 75 DF DB 30 0 2 D B2 3E 43
Octal 165 337 333 60 0 2 15 262 76 103
Binary 1110101 11011111 11011011 110000 0 10 1101 10110010 111110 1000011

Color Harmonies of #75DFDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75DFDB

Black with #75DFDB

Text Example


Text Example

White with #75DFDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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