Html Css Color HEX #68CFE2 Turquoise Blue

📋 copy color: '#68CFE2'

red 104 ◦ green 207 ◦ blue 226

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

Shades of Turquoise Blue #68CFE2

Tints of Turquoise Blue #68CFE2

RGB

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

 GREEN value IS 207 (81.25% from 255) = 38.55%

 BLUE value IS 226 (88.67% from 255) = 42.09%

R = 19.37%
G = 38.55%
B = 42.09%

CMYK

 C value IS 0.54

 M value IS 0.08

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#68CFE2 (or 0x68CFE2) is known color: Turquoise Blue. HEX triplet: 68, CF and E2. RGB value is (104,207,226). Sum of RGB (Red+Green+Blue) = 104+207+226=537 (71% of max value = 765). Red value is 104 (41.02% from 255 or 19.37% from 537); Green value is 207 (81.25% from 255 or 38.55% from 537); Blue value is 226 (88.67% from 255 or 42.09% from 537); Max value from RGB is 226 - color contains mainly: blue. Hex color #68CFE2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68CFE2 is #97301D. Grayscale: #B2B2B2. Windows color (decimal): -9908254 or 14864232. OLE color: 14864232.

HSL color Cylindrical-coordinate representation of color #68CFE2: hue angle of 189.34º degrees, saturation: 0.68, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #68CFE2 is Cyan = 0.54, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 104 207 226 -
CMYK 0.54 0.08 0 0.11
HSL 189.34º 0.68% 0.65% -
HSV(B) 189.34º 0.54% 0.89% -
XYZ 41.75 53.06 79.99 -
YUV 178.37 154.88 74.96 -
System Red Green Blue C M Y K H S L
Decimal 104 207 226 0.54 0.08 0 0.11 189.34 0.68 0.65
Hex 68 CF E2 36 8 0 B BD 44 41
Octal 150 317 342 66 10 0 13 275 104 101
Binary 1101000 11001111 11100010 110110 1000 0 1011 10111101 1000100 1000001

Color Harmonies of #68CFE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68CFE2

Black with #68CFE2

Text Example


Text Example

White with #68CFE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,207,226); }

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

background-color css

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

 a { background-color: rgb(104,207,226); }

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

border-color css

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

 span { border-color: rgb(104,207,226); }

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