Html Css Color HEX #67D3E6 Turquoise Blue

📋 copy color: '#67D3E6'

red 103 ◦ green 211 ◦ blue 230

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

Shades of Turquoise Blue #67D3E6

Tints of Turquoise Blue #67D3E6

RGB

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

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

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

R = 18.93%
G = 38.79%
B = 42.28%

CMYK

 C value IS 0.55

 M value IS 0.08

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#67D3E6 (or 0x67D3E6) is known color: Turquoise Blue. HEX triplet: 67, D3 and E6. RGB value is (103,211,230). Sum of RGB (Red+Green+Blue) = 103+211+230=544 (72% of max value = 765). Red value is 103 (40.62% from 255 or 18.93% from 544); Green value is 211 (82.81% from 255 or 38.79% from 544); Blue value is 230 (90.23% from 255 or 42.28% from 544); Max value from RGB is 230 - color contains mainly: blue. Hex color #67D3E6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #67D3E6 is #982C19. Grayscale: #B4B4B4. Windows color (decimal): -9972762 or 15127399. OLE color: 15127399.

HSL color Cylindrical-coordinate representation of color #67D3E6: hue angle of 188.98º 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 #67D3E6 is Cyan = 0.55, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 103 211 230 -
CMYK 0.55 0.08 0 0.10
HSL 188.98º 0.72% 0.65% -
HSV(B) 188.98º 0.55% 0.9% -
XYZ 43.17 55.19 83.24 -
YUV 180.87 155.72 72.46 -
System Red Green Blue C M Y K H S L
Decimal 103 211 230 0.55 0.08 0 0.10 188.98 0.72 0.65
Hex 67 D3 E6 37 8 0 A BD 48 41
Octal 147 323 346 67 10 0 12 275 110 101
Binary 1100111 11010011 11100110 110111 1000 0 1010 10111101 1001000 1000001

Color Harmonies of #67D3E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67D3E6

Black with #67D3E6

Text Example


Text Example

White with #67D3E6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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