Html Css Color HEX #68D4F7 Turquoise Blue

📋 copy color: '#68D4F7'

red 104 ◦ green 212 ◦ blue 247

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

Shades of Turquoise Blue #68D4F7

Tints of Turquoise Blue #68D4F7

RGB

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

 GREEN value IS 212 (83.2% from 255) = 37.66%

 BLUE value IS 247 (96.88% from 255) = 43.87%

R = 18.47%
G = 37.66%
B = 43.87%

CMYK

 C value IS 0.58

 M value IS 0.14

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#68D4F7 (or 0x68D4F7) is known color: Turquoise Blue. HEX triplet: 68, D4 and F7. RGB value is (104,212,247). Sum of RGB (Red+Green+Blue) = 104+212+247=563 (74% of max value = 765). Red value is 104 (41.02% from 255 or 18.47% from 563); Green value is 212 (83.20% from 255 or 37.66% from 563); Blue value is 247 (96.88% from 255 or 43.87% from 563); Max value from RGB is 247 - color contains mainly: blue. Hex color #68D4F7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68D4F7 is #972B08. Grayscale: #B7B7B7. Windows color (decimal): -9906953 or 16241768. OLE color: 16241768.

HSL color Cylindrical-coordinate representation of color #68D4F7: hue angle of 194.69º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #68D4F7 is Cyan = 0.58, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 104 212 247 -
CMYK 0.58 0.14 0 0.03
HSL 194.69º 0.9% 0.69% -
HSV(B) 194.69º 0.58% 0.97% -
XYZ 46.04 56.75 96.52 -
YUV 183.7 163.72 71.15 -
System Red Green Blue C M Y K H S L
Decimal 104 212 247 0.58 0.14 0 0.03 194.69 0.9 0.69
Hex 68 D4 F7 3A E 0 3 C3 5A 45
Octal 150 324 367 72 16 0 3 303 132 105
Binary 1101000 11010100 11110111 111010 1110 0 11 11000011 1011010 1000101

Color Harmonies of #68D4F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68D4F7

Black with #68D4F7

Text Example


Text Example

White with #68D4F7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,212,247); }

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

background-color css

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

 a { background-color: rgb(104,212,247); }

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

border-color css

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

 span { border-color: rgb(104,212,247); }

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