Html Css Color HEX #38EFF3 Turquoise

📋 copy color: '#38EFF3'

red 56 ◦ green 239 ◦ blue 243

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

Shades of Turquoise #38EFF3

Tints of Turquoise #38EFF3

RGB

 RED value IS 56 (22.27% from 255) = 10.41%

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

 BLUE value IS 243 (95.31% from 255) = 45.17%

R = 10.41%
G = 44.42%
B = 45.17%

CMYK

 C value IS 0.77

 M value IS 0.02

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#38EFF3 (or 0x38EFF3) is known color: Turquoise. HEX triplet: 38, EF and F3. RGB value is (56,239,243). Sum of RGB (Red+Green+Blue) = 56+239+243=538 (71% of max value = 765). Red value is 56 (22.27% from 255 or 10.41% from 538); Green value is 239 (93.75% from 255 or 44.42% from 538); Blue value is 243 (95.31% from 255 or 45.17% from 538); Max value from RGB is 243 - color contains mainly: blue. Hex color #38EFF3 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #38EFF3 is #C7100C. Grayscale: #B8B8B8. Windows color (decimal): -13045773 or 15986488. OLE color: 15986488.

HSL color Cylindrical-coordinate representation of color #38EFF3: hue angle of 181.28º degrees, saturation: 0.89, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #38EFF3 is Cyan = 0.77, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 56 239 243 -
CMYK 0.77 0.02 0 0.05
HSL 181.28º 0.89% 0.59% -
HSV(B) 181.28º 0.77% 0.95% -
XYZ 48.68 69.04 95.56 -
YUV 184.74 160.87 36.17 -
System Red Green Blue C M Y K H S L
Decimal 56 239 243 0.77 0.02 0 0.05 181.28 0.89 0.59
Hex 38 EF F3 4D 2 0 5 B5 59 3B
Octal 70 357 363 115 2 0 5 265 131 73
Binary 111000 11101111 11110011 1001101 10 0 101 10110101 1011001 111011

Color Harmonies of #38EFF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38EFF3

Black with #38EFF3

Text Example


Text Example

White with #38EFF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38EFF3; }

 p { color: rgb(56,239,243); }

 H1.HeaderClassName
 {
   color: #38EFF3;
 }
 .AnyTagClassName
 {
   color: #38EFF3;
 }
</style>

background-color css

<style>
 a { background-color: #38EFF3; }

 a { background-color: rgb(56,239,243); }

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

border-color css

<style>
 span { border-color: #38EFF3; }

 span { border-color: rgb(56,239,243); }

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