Html Css Color HEX #68DBED Turquoise Blue

📋 copy color: '#68DBED'

red 104 ◦ green 219 ◦ blue 237

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

Shades of Turquoise Blue #68DBED

Tints of Turquoise Blue #68DBED

RGB

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

 GREEN value IS 219 (85.94% from 255) = 39.11%

 BLUE value IS 237 (92.97% from 255) = 42.32%

R = 18.57%
G = 39.11%
B = 42.32%

CMYK

 C value IS 0.56

 M value IS 0.08

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#68DBED (or 0x68DBED) is known color: Turquoise Blue. HEX triplet: 68, DB and ED. RGB value is (104,219,237). Sum of RGB (Red+Green+Blue) = 104+219+237=560 (74% of max value = 765). Red value is 104 (41.02% from 255 or 18.57% from 560); Green value is 219 (85.94% from 255 or 39.11% from 560); Blue value is 237 (92.97% from 255 or 42.32% from 560); Max value from RGB is 237 - color contains mainly: blue. Hex color #68DBED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68DBED is #972412. Grayscale: #BABABA. Windows color (decimal): -9905171 or 15588200. OLE color: 15588200.

HSL color Cylindrical-coordinate representation of color #68DBED: hue angle of 188.12º degrees, saturation: 0.79, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #68DBED is Cyan = 0.56, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 104 219 237 -
CMYK 0.56 0.08 0 0.07
HSL 188.12º 0.79% 0.67% -
HSV(B) 188.12º 0.56% 0.93% -
XYZ 46.33 59.72 89.21 -
YUV 186.67 156.4 69.04 -
System Red Green Blue C M Y K H S L
Decimal 104 219 237 0.56 0.08 0 0.07 188.12 0.79 0.67
Hex 68 DB ED 38 8 0 7 BC 4F 43
Octal 150 333 355 70 10 0 7 274 117 103
Binary 1101000 11011011 11101101 111000 1000 0 111 10111100 1001111 1000011

Color Harmonies of #68DBED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68DBED

Black with #68DBED

Text Example


Text Example

White with #68DBED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,219,237); }

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

background-color css

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

 a { background-color: rgb(104,219,237); }

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

border-color css

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

 span { border-color: rgb(104,219,237); }

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