Html Css Color HEX #68DAFD Turquoise Blue

📋 copy color: '#68DAFD'

red 104 ◦ green 218 ◦ blue 253

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

Shades of Turquoise Blue #68DAFD

Tints of Turquoise Blue #68DAFD

RGB

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

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

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

R = 18.09%
G = 37.91%
B = 44%

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

#68DAFD (or 0x68DAFD) is known color: Turquoise Blue. HEX triplet: 68, DA and FD. RGB value is (104,218,253). Sum of RGB (Red+Green+Blue) = 104+218+253=575 (76% of max value = 765). Red value is 104 (41.02% from 255 or 18.09% from 575); Green value is 218 (85.55% from 255 or 37.91% from 575); Blue value is 253 (99.22% from 255 or 44% from 575); Max value from RGB is 253 - color contains mainly: blue. Hex color #68DAFD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68DAFD is #972502. Grayscale: #BBBBBB. Windows color (decimal): -9905411 or 16636520. OLE color: 16636520.

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

Color convert

RGB 104 218 253 -
CMYK 0.59 0.14 0 0.01
HSL 194.09º 0.97% 0.7% -
HSV(B) 194.09º 0.59% 0.99% -
XYZ 48.51 60.18 101.99 -
YUV 187.9 164.73 68.15 -
System Red Green Blue C M Y K H S L
Decimal 104 218 253 0.59 0.14 0 0.01 194.09 0.97 0.7
Hex 68 DA FD 3B E 0 1 C2 61 46
Octal 150 332 375 73 16 0 1 302 141 106
Binary 1101000 11011010 11111101 111011 1110 0 1 11000010 1100001 1000110

Color Harmonies of #68DAFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68DAFD

Black with #68DAFD

Text Example


Text Example

White with #68DAFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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