Html Css Color HEX #68CFD4 Turquoise Blue

📋 copy color: '#68CFD4'

red 104 ◦ green 207 ◦ blue 212

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

Shades of Turquoise Blue #68CFD4

Tints of Turquoise Blue #68CFD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 40.54%

R = 19.89%
G = 39.58%
B = 40.54%

CMYK

 C value IS 0.51

 M value IS 0.02

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#68CFD4 (or 0x68CFD4) is known color: Turquoise Blue. HEX triplet: 68, CF and D4. RGB value is (104,207,212). Sum of RGB (Red+Green+Blue) = 104+207+212=523 (69% of max value = 765). Red value is 104 (41.02% from 255 or 19.89% from 523); Green value is 207 (81.25% from 255 or 39.58% from 523); Blue value is 212 (83.20% from 255 or 40.54% from 523); Max value from RGB is 212 - color contains mainly: blue. Hex color #68CFD4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68CFD4 is #97302B. Grayscale: #B0B0B0. Windows color (decimal): -9908268 or 13946728. OLE color: 13946728.

HSL color Cylindrical-coordinate representation of color #68CFD4: hue angle of 182.78º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #68CFD4 is Cyan = 0.51, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 104 207 212 -
CMYK 0.51 0.02 0 0.17
HSL 182.78º 0.56% 0.62% -
HSV(B) 182.78º 0.51% 0.83% -
XYZ 39.91 52.32 70.28 -
YUV 176.77 147.88 76.09 -
System Red Green Blue C M Y K H S L
Decimal 104 207 212 0.51 0.02 0 0.17 182.78 0.56 0.62
Hex 68 CF D4 33 2 0 11 B7 38 3E
Octal 150 317 324 63 2 0 21 267 70 76
Binary 1101000 11001111 11010100 110011 10 0 10001 10110111 111000 111110

Color Harmonies of #68CFD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68CFD4

Black with #68CFD4

Text Example


Text Example

White with #68CFD4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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