Html Css Color HEX #6BEFED Turquoise Blue

📋 copy color: '#6BEFED'

red 107 ◦ green 239 ◦ blue 237

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

Shades of Turquoise Blue #6BEFED

Tints of Turquoise Blue #6BEFED

RGB

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

 GREEN value IS 239 (93.75% from 255) = 40.99%

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

R = 18.35%
G = 40.99%
B = 40.65%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.01

 K value IS 0.06

RGB Variations

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

Color information

#6BEFED (or 0x6BEFED) is known color: Turquoise Blue. HEX triplet: 6B, EF and ED. RGB value is (107,239,237). Sum of RGB (Red+Green+Blue) = 107+239+237=583 (77% of max value = 765). Red value is 107 (42.19% from 255 or 18.35% from 583); Green value is 239 (93.75% from 255 or 40.99% from 583); Blue value is 237 (92.97% from 255 or 40.65% from 583); Max value from RGB is 239 - color contains mainly: green. Hex color #6BEFED is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6BEFED is #941012. Grayscale: #C7C7C7. Windows color (decimal): -9703443 or 15593323. OLE color: 15593323.

HSL color Cylindrical-coordinate representation of color #6BEFED: hue angle of 179.09º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6BEFED is Cyan = 0.55, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.06.

Color convert

RGB 107 239 237 -
CMYK 0.55 0 0.01 0.06
HSL 179.09º 0.8% 0.68% -
HSV(B) 179.09º 0.55% 0.94% -
XYZ 52.22 70.97 91.07 -
YUV 199.3 149.27 62.16 -
System Red Green Blue C M Y K H S L
Decimal 107 239 237 0.55 0 0.01 0.06 179.09 0.8 0.68
Hex 6B EF ED 37 0 1 6 B3 50 44
Octal 153 357 355 67 0 1 6 263 120 104
Binary 1101011 11101111 11101101 110111 0 1 110 10110011 1010000 1000100

Color Harmonies of #6BEFED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BEFED

Black with #6BEFED

Text Example


Text Example

White with #6BEFED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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