Html Css Color HEX #68C9E7 Turquoise Blue

📋 copy color: '#68C9E7'

red 104 ◦ green 201 ◦ blue 231

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

Shades of Turquoise Blue #68C9E7

Tints of Turquoise Blue #68C9E7

RGB

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

 GREEN value IS 201 (78.91% from 255) = 37.5%

 BLUE value IS 231 (90.63% from 255) = 43.1%

R = 19.4%
G = 37.5%
B = 43.1%

CMYK

 C value IS 0.55

 M value IS 0.13

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#68C9E7 (or 0x68C9E7) is known color: Turquoise Blue. HEX triplet: 68, C9 and E7. RGB value is (104,201,231). Sum of RGB (Red+Green+Blue) = 104+201+231=536 (70% of max value = 765). Red value is 104 (41.02% from 255 or 19.40% from 536); Green value is 201 (78.91% from 255 or 37.5% from 536); Blue value is 231 (90.62% from 255 or 43.10% from 536); Max value from RGB is 231 - color contains mainly: blue. Hex color #68C9E7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68C9E7 is #973618. Grayscale: #AFAFAF. Windows color (decimal): -9909785 or 15190376. OLE color: 15190376.

HSL color Cylindrical-coordinate representation of color #68C9E7: hue angle of 194.17º degrees, saturation: 0.73, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #68C9E7 is Cyan = 0.55, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 104 201 231 -
CMYK 0.55 0.13 0 0.09
HSL 194.17º 0.73% 0.66% -
HSV(B) 194.17º 0.55% 0.91% -
XYZ 41.02 50.49 83.18 -
YUV 175.42 159.36 77.06 -
System Red Green Blue C M Y K H S L
Decimal 104 201 231 0.55 0.13 0 0.09 194.17 0.73 0.66
Hex 68 C9 E7 37 D 0 9 C2 49 42
Octal 150 311 347 67 15 0 11 302 111 102
Binary 1101000 11001001 11100111 110111 1101 0 1001 11000010 1001001 1000010

Color Harmonies of #68C9E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68C9E7

Black with #68C9E7

Text Example


Text Example

White with #68C9E7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,201,231); }

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

background-color css

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

 a { background-color: rgb(104,201,231); }

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

border-color css

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

 span { border-color: rgb(104,201,231); }

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