Html Css Color HEX #68DAFB Turquoise Blue

📋 copy color: '#68DAFB'

red 104 ◦ green 218 ◦ blue 251

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

Shades of Turquoise Blue #68DAFB

Tints of Turquoise Blue #68DAFB

RGB

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

 GREEN value IS 218 (85.55% from 255) = 38.05%

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

R = 18.15%
G = 38.05%
B = 43.8%

CMYK

 C value IS 0.59

 M value IS 0.13

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#68DAFB (or 0x68DAFB) is known color: Turquoise Blue. HEX triplet: 68, DA and FB. RGB value is (104,218,251). Sum of RGB (Red+Green+Blue) = 104+218+251=573 (75% of max value = 765). Red value is 104 (41.02% from 255 or 18.15% from 573); Green value is 218 (85.55% from 255 or 38.05% from 573); Blue value is 251 (98.44% from 255 or 43.80% from 573); Max value from RGB is 251 - color contains mainly: blue. Hex color #68DAFB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68DAFB is #972504. Grayscale: #BBBBBB. Windows color (decimal): -9905413 or 16505448. OLE color: 16505448.

HSL color Cylindrical-coordinate representation of color #68DAFB: hue angle of 193.47º 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 #68DAFB is Cyan = 0.59, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 104 218 251 -
CMYK 0.59 0.13 0 0.02
HSL 193.47º 0.95% 0.7% -
HSV(B) 193.47º 0.59% 0.98% -
XYZ 48.19 60.05 100.32 -
YUV 187.68 163.73 68.32 -
System Red Green Blue C M Y K H S L
Decimal 104 218 251 0.59 0.13 0 0.02 193.47 0.95 0.7
Hex 68 DA FB 3B D 0 2 C1 5F 46
Octal 150 332 373 73 15 0 2 301 137 106
Binary 1101000 11011010 11111011 111011 1101 0 10 11000001 1011111 1000110

Color Harmonies of #68DAFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68DAFB

Black with #68DAFB

Text Example


Text Example

White with #68DAFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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