Html Css Color HEX #75DCDD Turquoise Blue

📋 copy color: '#75DCDD'

red 117 ◦ green 220 ◦ blue 221

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

Shades of Turquoise Blue #75DCDD

Tints of Turquoise Blue #75DCDD

RGB

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

 GREEN value IS 220 (86.33% from 255) = 39.43%

 BLUE value IS 221 (86.72% from 255) = 39.61%

R = 20.97%
G = 39.43%
B = 39.61%

CMYK

 C value IS 0.47

 M value IS 0.00

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#75DCDD (or 0x75DCDD) is known color: Turquoise Blue. HEX triplet: 75, DC and DD. RGB value is (117,220,221). Sum of RGB (Red+Green+Blue) = 117+220+221=558 (73% of max value = 765). Red value is 117 (46.09% from 255 or 20.97% from 558); Green value is 220 (86.33% from 255 or 39.43% from 558); Blue value is 221 (86.72% from 255 or 39.61% from 558); Max value from RGB is 221 - color contains mainly: blue. Hex color #75DCDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75DCDD is #8A2322. Grayscale: #BDBDBD. Windows color (decimal): -9052963 or 14539893. OLE color: 14539893.

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

Color convert

RGB 117 220 221 -
CMYK 0.47 0.00 0 0.13
HSL 180.58º 0.6% 0.66% -
HSV(B) 180.58º 0.47% 0.87% -
XYZ 45.98 60.19 77.6 -
YUV 189.32 145.88 76.42 -
System Red Green Blue C M Y K H S L
Decimal 117 220 221 0.47 0.00 0 0.13 180.58 0.6 0.66
Hex 75 DC DD 2F 0 0 D B5 3C 42
Octal 165 334 335 57 0 0 15 265 74 102
Binary 1110101 11011100 11011101 101111 0 0 1101 10110101 111100 1000010

Color Harmonies of #75DCDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75DCDD

Black with #75DCDD

Text Example


Text Example

White with #75DCDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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