Html Css Color HEX #68D3F3 Turquoise Blue

📋 copy color: '#68D3F3'

red 104 ◦ green 211 ◦ blue 243

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

Shades of Turquoise Blue #68D3F3

Tints of Turquoise Blue #68D3F3

RGB

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

 GREEN value IS 211 (82.81% from 255) = 37.81%

 BLUE value IS 243 (95.31% from 255) = 43.55%

R = 18.64%
G = 37.81%
B = 43.55%

CMYK

 C value IS 0.57

 M value IS 0.13

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#68D3F3 (or 0x68D3F3) is known color: Turquoise Blue. HEX triplet: 68, D3 and F3. RGB value is (104,211,243). Sum of RGB (Red+Green+Blue) = 104+211+243=558 (73% of max value = 765). Red value is 104 (41.02% from 255 or 18.64% from 558); Green value is 211 (82.81% from 255 or 37.81% from 558); Blue value is 243 (95.31% from 255 or 43.55% from 558); Max value from RGB is 243 - color contains mainly: blue. Hex color #68D3F3 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68D3F3 is #972C0C. Grayscale: #B6B6B6. Windows color (decimal): -9907213 or 15979368. OLE color: 15979368.

HSL color Cylindrical-coordinate representation of color #68D3F3: hue angle of 193.81º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #68D3F3 is Cyan = 0.57, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 104 211 243 -
CMYK 0.57 0.13 0 0.05
HSL 193.81º 0.85% 0.68% -
HSV(B) 193.81º 0.57% 0.95% -
XYZ 45.18 56 93.22 -
YUV 182.66 162.05 71.9 -
System Red Green Blue C M Y K H S L
Decimal 104 211 243 0.57 0.13 0 0.05 193.81 0.85 0.68
Hex 68 D3 F3 39 D 0 5 C2 55 44
Octal 150 323 363 71 15 0 5 302 125 104
Binary 1101000 11010011 11110011 111001 1101 0 101 11000010 1010101 1000100

Color Harmonies of #68D3F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68D3F3

Black with #68D3F3

Text Example


Text Example

White with #68D3F3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,211,243); }

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

background-color css

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

 a { background-color: rgb(104,211,243); }

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

border-color css

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

 span { border-color: rgb(104,211,243); }

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