Html Css Color HEX #67DFE9 Turquoise Blue

📋 copy color: '#67DFE9'

red 103 ◦ green 223 ◦ blue 233

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

Shades of Turquoise Blue #67DFE9

Tints of Turquoise Blue #67DFE9

RGB

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

 GREEN value IS 223 (87.5% from 255) = 39.89%

 BLUE value IS 233 (91.41% from 255) = 41.68%

R = 18.43%
G = 39.89%
B = 41.68%

CMYK

 C value IS 0.56

 M value IS 0.04

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#67DFE9 (or 0x67DFE9) is known color: Turquoise Blue. HEX triplet: 67, DF and E9. RGB value is (103,223,233). Sum of RGB (Red+Green+Blue) = 103+223+233=559 (74% of max value = 765). Red value is 103 (40.62% from 255 or 18.43% from 559); Green value is 223 (87.5% from 255 or 39.89% from 559); Blue value is 233 (91.41% from 255 or 41.68% from 559); Max value from RGB is 233 - color contains mainly: blue. Hex color #67DFE9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #67DFE9 is #982016. Grayscale: #BCBCBC. Windows color (decimal): -9969687 or 15327079. OLE color: 15327079.

HSL color Cylindrical-coordinate representation of color #67DFE9: hue angle of 184.62º degrees, saturation: 0.75, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #67DFE9 is Cyan = 0.56, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 103 223 233 -
CMYK 0.56 0.04 0 0.09
HSL 184.62º 0.75% 0.66% -
HSV(B) 184.62º 0.56% 0.91% -
XYZ 46.69 61.54 86.51 -
YUV 188.26 153.24 67.19 -
System Red Green Blue C M Y K H S L
Decimal 103 223 233 0.56 0.04 0 0.09 184.62 0.75 0.66
Hex 67 DF E9 38 4 0 9 B9 4B 42
Octal 147 337 351 70 4 0 11 271 113 102
Binary 1100111 11011111 11101001 111000 100 0 1001 10111001 1001011 1000010

Color Harmonies of #67DFE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67DFE9

Black with #67DFE9

Text Example


Text Example

White with #67DFE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(103,223,233); }

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

background-color css

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

 a { background-color: rgb(103,223,233); }

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

border-color css

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

 span { border-color: rgb(103,223,233); }

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