Html Css Color HEX #68DAE1 Turquoise Blue

📋 copy color: '#68DAE1'

red 104 ◦ green 218 ◦ blue 225

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

Shades of Turquoise Blue #68DAE1

Tints of Turquoise Blue #68DAE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 41.13%

R = 19.01%
G = 39.85%
B = 41.13%

CMYK

 C value IS 0.54

 M value IS 0.03

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#68DAE1 (or 0x68DAE1) is known color: Turquoise Blue. HEX triplet: 68, DA and E1. RGB value is (104,218,225). Sum of RGB (Red+Green+Blue) = 104+218+225=547 (72% of max value = 765). Red value is 104 (41.02% from 255 or 19.01% from 547); Green value is 218 (85.55% from 255 or 39.85% from 547); Blue value is 225 (88.28% from 255 or 41.13% from 547); Max value from RGB is 225 - color contains mainly: blue. Hex color #68DAE1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68DAE1 is #97251E. Grayscale: #B8B8B8. Windows color (decimal): -9905439 or 14801512. OLE color: 14801512.

HSL color Cylindrical-coordinate representation of color #68DAE1: hue angle of 183.47º degrees, saturation: 0.67, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #68DAE1 is Cyan = 0.54, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 104 218 225 -
CMYK 0.54 0.03 0 0.12
HSL 183.47º 0.67% 0.65% -
HSV(B) 183.47º 0.54% 0.88% -
XYZ 44.37 58.52 80.19 -
YUV 184.71 150.73 70.43 -
System Red Green Blue C M Y K H S L
Decimal 104 218 225 0.54 0.03 0 0.12 183.47 0.67 0.65
Hex 68 DA E1 36 3 0 C B7 43 41
Octal 150 332 341 66 3 0 14 267 103 101
Binary 1101000 11011010 11100001 110110 11 0 1100 10110111 1000011 1000001

Color Harmonies of #68DAE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68DAE1

Black with #68DAE1

Text Example


Text Example

White with #68DAE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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