Html Css Color HEX #67DBED Turquoise Blue

📋 copy color: '#67DBED'

red 103 ◦ green 219 ◦ blue 237

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

Shades of Turquoise Blue #67DBED

Tints of Turquoise Blue #67DBED

RGB

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

 GREEN value IS 219 (85.94% from 255) = 39.18%

 BLUE value IS 237 (92.97% from 255) = 42.4%

R = 18.43%
G = 39.18%
B = 42.4%

CMYK

 C value IS 0.57

 M value IS 0.08

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#67DBED (or 0x67DBED) is known color: Turquoise Blue. HEX triplet: 67, DB and ED. RGB value is (103,219,237). Sum of RGB (Red+Green+Blue) = 103+219+237=559 (74% of max value = 765). Red value is 103 (40.62% from 255 or 18.43% from 559); Green value is 219 (85.94% from 255 or 39.18% from 559); Blue value is 237 (92.97% from 255 or 42.40% from 559); Max value from RGB is 237 - color contains mainly: blue. Hex color #67DBED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #67DBED is #982412. Grayscale: #BABABA. Windows color (decimal): -9970707 or 15588199. OLE color: 15588199.

HSL color Cylindrical-coordinate representation of color #67DBED: hue angle of 188.06º degrees, saturation: 0.79, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #67DBED is Cyan = 0.57, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 103 219 237 -
CMYK 0.57 0.08 0 0.07
HSL 188.06º 0.79% 0.67% -
HSV(B) 188.06º 0.57% 0.93% -
XYZ 46.21 59.66 89.2 -
YUV 186.37 156.57 68.54 -
System Red Green Blue C M Y K H S L
Decimal 103 219 237 0.57 0.08 0 0.07 188.06 0.79 0.67
Hex 67 DB ED 39 8 0 7 BC 4F 43
Octal 147 333 355 71 10 0 7 274 117 103
Binary 1100111 11011011 11101101 111001 1000 0 111 10111100 1001111 1000011

Color Harmonies of #67DBED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67DBED

Black with #67DBED

Text Example


Text Example

White with #67DBED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(103,219,237); }

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

background-color css

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

 a { background-color: rgb(103,219,237); }

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

border-color css

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

 span { border-color: rgb(103,219,237); }

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