Html Css Color HEX #67D7E6 Turquoise Blue

📋 copy color: '#67D7E6'

red 103 ◦ green 215 ◦ blue 230

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

Shades of Turquoise Blue #67D7E6

Tints of Turquoise Blue #67D7E6

RGB

 RED value IS 103 (40.63% from 255) = 18.8%

 GREEN value IS 215 (84.38% from 255) = 39.23%

 BLUE value IS 230 (90.23% from 255) = 41.97%

R = 18.8%
G = 39.23%
B = 41.97%

CMYK

 C value IS 0.55

 M value IS 0.07

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#67D7E6 (or 0x67D7E6) is known color: Turquoise Blue. HEX triplet: 67, D7 and E6. RGB value is (103,215,230). Sum of RGB (Red+Green+Blue) = 103+215+230=548 (72% of max value = 765). Red value is 103 (40.62% from 255 or 18.80% from 548); Green value is 215 (84.38% from 255 or 39.23% from 548); Blue value is 230 (90.23% from 255 or 41.97% from 548); Max value from RGB is 230 - color contains mainly: blue. Hex color #67D7E6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #67D7E6 is #982819. Grayscale: #B7B7B7. Windows color (decimal): -9971738 or 15128423. OLE color: 15128423.

HSL color Cylindrical-coordinate representation of color #67D7E6: hue angle of 187.09º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #67D7E6 is Cyan = 0.55, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 103 215 230 -
CMYK 0.55 0.07 0 0.10
HSL 187.09º 0.72% 0.65% -
HSV(B) 187.09º 0.55% 0.9% -
XYZ 44.18 57.2 83.57 -
YUV 183.22 154.39 70.78 -
System Red Green Blue C M Y K H S L
Decimal 103 215 230 0.55 0.07 0 0.10 187.09 0.72 0.65
Hex 67 D7 E6 37 7 0 A BB 48 41
Octal 147 327 346 67 7 0 12 273 110 101
Binary 1100111 11010111 11100110 110111 111 0 1010 10111011 1001000 1000001

Color Harmonies of #67D7E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67D7E6

Black with #67D7E6

Text Example


Text Example

White with #67D7E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #67D7E6; }

 p { color: rgb(103,215,230); }

 H1.HeaderClassName
 {
   color: #67D7E6;
 }
 .AnyTagClassName
 {
   color: #67D7E6;
 }
</style>

background-color css

<style>
 a { background-color: #67D7E6; }

 a { background-color: rgb(103,215,230); }

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

border-color css

<style>
 span { border-color: #67D7E6; }

 span { border-color: rgb(103,215,230); }

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