Html Css Color HEX #68DDFB Turquoise Blue

📋 copy color: '#68DDFB'

red 104 ◦ green 221 ◦ blue 251

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

Shades of Turquoise Blue #68DDFB

Tints of Turquoise Blue #68DDFB

RGB

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

 GREEN value IS 221 (86.72% from 255) = 38.37%

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

R = 18.06%
G = 38.37%
B = 43.58%

CMYK

 C value IS 0.59

 M value IS 0.12

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#68DDFB (or 0x68DDFB) is known color: Turquoise Blue. HEX triplet: 68, DD and FB. RGB value is (104,221,251). Sum of RGB (Red+Green+Blue) = 104+221+251=576 (76% of max value = 765). Red value is 104 (41.02% from 255 or 18.06% from 576); Green value is 221 (86.72% from 255 or 38.37% from 576); Blue value is 251 (98.44% from 255 or 43.58% from 576); Max value from RGB is 251 - color contains mainly: blue. Hex color #68DDFB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68DDFB is #972204. Grayscale: #BDBDBD. Windows color (decimal): -9904645 or 16506216. OLE color: 16506216.

HSL color Cylindrical-coordinate representation of color #68DDFB: hue angle of 192.24º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #68DDFB is Cyan = 0.59, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 104 221 251 -
CMYK 0.59 0.12 0 0.02
HSL 192.24º 0.95% 0.7% -
HSV(B) 192.24º 0.59% 0.98% -
XYZ 48.98 61.62 100.58 -
YUV 189.44 162.74 67.06 -
System Red Green Blue C M Y K H S L
Decimal 104 221 251 0.59 0.12 0 0.02 192.24 0.95 0.7
Hex 68 DD FB 3B C 0 2 C0 5F 46
Octal 150 335 373 73 14 0 2 300 137 106
Binary 1101000 11011101 11111011 111011 1100 0 10 11000000 1011111 1000110

Color Harmonies of #68DDFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68DDFB

Black with #68DDFB

Text Example


Text Example

White with #68DDFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,221,251); }

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

background-color css

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

 a { background-color: rgb(104,221,251); }

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

border-color css

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

 span { border-color: rgb(104,221,251); }

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