Html Css Color HEX #6BEEED Turquoise Blue

📋 copy color: '#6BEEED'

red 107 ◦ green 238 ◦ blue 237

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

Shades of Turquoise Blue #6BEEED

Tints of Turquoise Blue #6BEEED

RGB

 RED value IS 107 (42.19% from 255) = 18.38%

 GREEN value IS 238 (93.36% from 255) = 40.89%

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

R = 18.38%
G = 40.89%
B = 40.72%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.00

 K value IS 0.07

RGB Variations

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

Color information

#6BEEED (or 0x6BEEED) is known color: Turquoise Blue. HEX triplet: 6B, EE and ED. RGB value is (107,238,237). Sum of RGB (Red+Green+Blue) = 107+238+237=582 (77% of max value = 765). Red value is 107 (42.19% from 255 or 18.38% from 582); Green value is 238 (93.36% from 255 or 40.89% from 582); Blue value is 237 (92.97% from 255 or 40.72% from 582); Max value from RGB is 238 - color contains mainly: green. Hex color #6BEEED is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6BEEED is #941112. Grayscale: #C6C6C6. Windows color (decimal): -9703699 or 15593067. OLE color: 15593067.

HSL color Cylindrical-coordinate representation of color #6BEEED: hue angle of 179.54º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6BEEED is Cyan = 0.55, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.07.

Color convert

RGB 107 238 237 -
CMYK 0.55 0 0.00 0.07
HSL 179.54º 0.79% 0.68% -
HSV(B) 179.54º 0.55% 0.93% -
XYZ 51.92 70.39 90.97 -
YUV 198.72 149.6 62.58 -
System Red Green Blue C M Y K H S L
Decimal 107 238 237 0.55 0 0.00 0.07 179.54 0.79 0.68
Hex 6B EE ED 37 0 0 7 B4 4F 44
Octal 153 356 355 67 0 0 7 264 117 104
Binary 1101011 11101110 11101101 110111 0 0 111 10110100 1001111 1000100

Color Harmonies of #6BEEED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BEEED

Black with #6BEEED

Text Example


Text Example

White with #6BEEED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6BEEED; }

 p { color: rgb(107,238,237); }

 H1.HeaderClassName
 {
   color: #6BEEED;
 }
 .AnyTagClassName
 {
   color: #6BEEED;
 }
</style>

background-color css

<style>
 a { background-color: #6BEEED; }

 a { background-color: rgb(107,238,237); }

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

border-color css

<style>
 span { border-color: #6BEEED; }

 span { border-color: rgb(107,238,237); }

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