Html Css Color HEX #68D9FD Turquoise Blue

📋 copy color: '#68D9FD'

red 104 ◦ green 217 ◦ blue 253

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

Shades of Turquoise Blue #68D9FD

Tints of Turquoise Blue #68D9FD

RGB

 RED value IS 104 (41.02% from 255) = 18.12%

 GREEN value IS 217 (85.16% from 255) = 37.8%

 BLUE value IS 253 (99.22% from 255) = 44.08%

R = 18.12%
G = 37.8%
B = 44.08%

CMYK

 C value IS 0.59

 M value IS 0.14

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#68D9FD (or 0x68D9FD) is known color: Turquoise Blue. HEX triplet: 68, D9 and FD. RGB value is (104,217,253). Sum of RGB (Red+Green+Blue) = 104+217+253=574 (76% of max value = 765). Red value is 104 (41.02% from 255 or 18.12% from 574); Green value is 217 (85.16% from 255 or 37.80% from 574); Blue value is 253 (99.22% from 255 or 44.08% from 574); Max value from RGB is 253 - color contains mainly: blue. Hex color #68D9FD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68D9FD is #972602. Grayscale: #BBBBBB. Windows color (decimal): -9905667 or 16636264. OLE color: 16636264.

HSL color Cylindrical-coordinate representation of color #68D9FD: hue angle of 194.5º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #68D9FD is Cyan = 0.59, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 104 217 253 -
CMYK 0.59 0.14 0 0.01
HSL 194.5º 0.97% 0.7% -
HSV(B) 194.5º 0.59% 0.99% -
XYZ 48.25 59.66 101.9 -
YUV 187.32 165.06 68.57 -
System Red Green Blue C M Y K H S L
Decimal 104 217 253 0.59 0.14 0 0.01 194.5 0.97 0.7
Hex 68 D9 FD 3B E 0 1 C2 61 46
Octal 150 331 375 73 16 0 1 302 141 106
Binary 1101000 11011001 11111101 111011 1110 0 1 11000010 1100001 1000110

Color Harmonies of #68D9FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68D9FD

Black with #68D9FD

Text Example


Text Example

White with #68D9FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68D9FD; }

 p { color: rgb(104,217,253); }

 H1.HeaderClassName
 {
   color: #68D9FD;
 }
 .AnyTagClassName
 {
   color: #68D9FD;
 }
</style>

background-color css

<style>
 a { background-color: #68D9FD; }

 a { background-color: rgb(104,217,253); }

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

border-color css

<style>
 span { border-color: #68D9FD; }

 span { border-color: rgb(104,217,253); }

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