Html Css Color HEX #75DCFB Turquoise Blue

📋 copy color: '#75DCFB'

red 117 ◦ green 220 ◦ blue 251

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

Shades of Turquoise Blue #75DCFB

Tints of Turquoise Blue #75DCFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 42.69%

R = 19.9%
G = 37.41%
B = 42.69%

CMYK

 C value IS 0.53

 M value IS 0.12

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#75DCFB (or 0x75DCFB) is known color: Turquoise Blue. HEX triplet: 75, DC and FB. RGB value is (117,220,251). Sum of RGB (Red+Green+Blue) = 117+220+251=588 (77% of max value = 765). Red value is 117 (46.09% from 255 or 19.90% from 588); Green value is 220 (86.33% from 255 or 37.41% from 588); Blue value is 251 (98.44% from 255 or 42.69% from 588); Max value from RGB is 251 - color contains mainly: blue. Hex color #75DCFB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #75DCFB is #8A2304. Grayscale: #C0C0C0. Windows color (decimal): -9052933 or 16505973. OLE color: 16505973.

HSL color Cylindrical-coordinate representation of color #75DCFB: hue angle of 193.88º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #75DCFB is Cyan = 0.53, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 117 220 251 -
CMYK 0.53 0.12 0 0.02
HSL 193.88º 0.94% 0.72% -
HSV(B) 193.88º 0.53% 0.98% -
XYZ 50.34 61.93 100.57 -
YUV 192.74 160.88 73.98 -
System Red Green Blue C M Y K H S L
Decimal 117 220 251 0.53 0.12 0 0.02 193.88 0.94 0.72
Hex 75 DC FB 35 C 0 2 C2 5E 48
Octal 165 334 373 65 14 0 2 302 136 110
Binary 1110101 11011100 11111011 110101 1100 0 10 11000010 1011110 1001000

Color Harmonies of #75DCFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75DCFB

Black with #75DCFB

Text Example


Text Example

White with #75DCFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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