Html Css Color HEX #68DCEC Turquoise Blue

📋 copy color: '#68DCEC'

red 104 ◦ green 220 ◦ blue 236

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

Shades of Turquoise Blue #68DCEC

Tints of Turquoise Blue #68DCEC

RGB

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

 GREEN value IS 220 (86.33% from 255) = 39.29%

 BLUE value IS 236 (92.58% from 255) = 42.14%

R = 18.57%
G = 39.29%
B = 42.14%

CMYK

 C value IS 0.56

 M value IS 0.07

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#68DCEC (or 0x68DCEC) is known color: Turquoise Blue. HEX triplet: 68, DC and EC. RGB value is (104,220,236). Sum of RGB (Red+Green+Blue) = 104+220+236=560 (74% of max value = 765). Red value is 104 (41.02% from 255 or 18.57% from 560); Green value is 220 (86.33% from 255 or 39.29% from 560); Blue value is 236 (92.58% from 255 or 42.14% from 560); Max value from RGB is 236 - color contains mainly: blue. Hex color #68DCEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68DCEC is #972313. Grayscale: #BABABA. Windows color (decimal): -9904916 or 15522920. OLE color: 15522920.

HSL color Cylindrical-coordinate representation of color #68DCEC: hue angle of 187.27º degrees, saturation: 0.78, 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 #68DCEC is Cyan = 0.56, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 104 220 236 -
CMYK 0.56 0.07 0 0.07
HSL 187.27º 0.78% 0.67% -
HSV(B) 187.27º 0.56% 0.93% -
XYZ 46.44 60.19 88.53 -
YUV 187.14 155.57 68.7 -
System Red Green Blue C M Y K H S L
Decimal 104 220 236 0.56 0.07 0 0.07 187.27 0.78 0.67
Hex 68 DC EC 38 7 0 7 BB 4E 43
Octal 150 334 354 70 7 0 7 273 116 103
Binary 1101000 11011100 11101100 111000 111 0 111 10111011 1001110 1000011

Color Harmonies of #68DCEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68DCEC

Black with #68DCEC

Text Example


Text Example

White with #68DCEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,220,236); }

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

background-color css

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

 a { background-color: rgb(104,220,236); }

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

border-color css

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

 span { border-color: rgb(104,220,236); }

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