Html Css Color HEX #0BEFDA Bright Turquoise

📋 copy color: '#0BEFDA'

red 11 ◦ green 239 ◦ blue 218

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

Shades of Bright Turquoise #0BEFDA

Tints of Bright Turquoise #0BEFDA

RGB

 RED value IS 11 (4.69% from 255) = 2.35%

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

 BLUE value IS 218 (85.55% from 255) = 46.58%

R = 2.35%
G = 51.07%
B = 46.58%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.09

 K value IS 0.06

RGB Variations

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

Color information

#0BEFDA (or 0x0BEFDA) is known color: Bright Turquoise. HEX triplet: 0B, EF and DA. RGB value is (11,239,218). Sum of RGB (Red+Green+Blue) = 11+239+218=468 (61% of max value = 765). Red value is 11 (4.69% from 255 or 2.35% from 468); Green value is 239 (93.75% from 255 or 51.07% from 468); Blue value is 218 (85.55% from 255 or 46.58% from 468); Max value from RGB is 239 - color contains mainly: green. Hex color #0BEFDA is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0BEFDA is #F41025. Grayscale: #A8A8A8. Windows color (decimal): -15994918 or 14348043. OLE color: 14348043.

HSL color Cylindrical-coordinate representation of color #0BEFDA: hue angle of 174.47º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BEFDA is Cyan = 0.95, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.06.

Color convert

RGB 11 239 218 -
CMYK 0.95 0 0.09 0.06
HSL 174.47º 0.91% 0.49% -
HSV(B) 174.47º 0.95% 0.94% -
XYZ 43.66 66.87 76.94 -
YUV 168.43 155.96 15.71 -
System Red Green Blue C M Y K H S L
Decimal 11 239 218 0.95 0 0.09 0.06 174.47 0.91 0.49
Hex B EF DA 5F 0 9 6 AE 5B 31
Octal 13 357 332 137 0 11 6 256 133 61
Binary 1011 11101111 11011010 1011111 0 1001 110 10101110 1011011 110001

Color Harmonies of #0BEFDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BEFDA

Black with #0BEFDA

Text Example


Text Example

White with #0BEFDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0BEFDA; }

 p { color: rgb(11,239,218); }

 H1.HeaderClassName
 {
   color: #0BEFDA;
 }
 .AnyTagClassName
 {
   color: #0BEFDA;
 }
</style>

background-color css

<style>
 a { background-color: #0BEFDA; }

 a { background-color: rgb(11,239,218); }

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

border-color css

<style>
 span { border-color: #0BEFDA; }

 span { border-color: rgb(11,239,218); }

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